Umwelt.Felixir.Type (Umwelt v0.3.0)

View Source

Type AST

Summary

Types

t()

@type t() :: %Umwelt.Felixir.Type{
  doc: String.t(),
  name: String.t(),
  spec:
    %Umwelt.Felixir.Alias{name: term(), path: term()}
    | %Umwelt.Felixir.Literal{type: term()}
}