View Source TypeResolver.Types.MapL (TypeResolver v0.1.6)
Representation of the spec of a map-literal, e.g. %{a: integer(), b: binary()}
It consists of the following:
- a list of types of inner elements
Summary
Types
@type t() :: %TypeResolver.Types.MapL{inner: TypeResolver.Types.inner_map_t() | nil}