View Source TypeResolver.Types.TupleT (TypeResolver v0.1.5)
Representation of the spec of a reference-type, e.g. {atom(), integer()}
It consists of the following:
- a list of the types of the tuple's elements
Summary
Types
@type t() :: %TypeResolver.Types.TupleT{inner: TypeResolver.Types.t() | nil}