View Source TypeResolver.Types.IntegerL (TypeResolver v0.1.4)

Representation of the spec of an integer-literal, e.g. 12

Summary

Types

@type t() :: %TypeResolver.Types.IntegerL{value: integer() | nil}