Umwelt.Felixir.Field (Umwelt v0.3.0)

View Source

Parses Struct definition AST

Summary

Types

t()

@type t() :: %Umwelt.Felixir.Field{
  name: String.t(),
  type:
    %Umwelt.Felixir.Alias{name: term(), path: term()}
    | %Umwelt.Felixir.Literal{type: term()},
  value: map()
}

Functions

add_type(field, index)