View Source TypeResolver.Types.BooleanL (TypeResolver v0.1.6)
Representation of the spec of a boolean-literal, e.g. true
It consists of the following:
- the value of the literal, either
true
orfalse
Summary
Types
@type t() :: %TypeResolver.Types.BooleanL{value: boolean() | nil}