View Source TypeResolver.Types.FunctionL (TypeResolver v0.1.3)
Representation of the spec of an function-literal, e.g. (binary(), integer()) -> binary()
It consists of the following:
- the arity of the function
Summary
Types
@type t() :: %TypeResolver.Types.FunctionL{arity: (integer() | :any) | nil}