View Source TypeResolver.Types.NonemptyListT (TypeResolver v0.1.3)

Representation of the spec of a non empty list-type, e.g. nonempty_list() or nonempty_list(integer())

It consists of the following:

  • the type of the non empty list's elements

Summary

Types

@type t() :: %TypeResolver.Types.NonemptyListT{inner: TypeResolver.Types.t() | nil}