alias : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.Alias
Decoder for an elm type alias.
aliasType : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.AliasType
Decoder whether an elm type alias is holey or not.
annotation : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.Annotation
Decoder for an elm type annotation.
fieldtype : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.FieldType
Decoder the index and type of a field in an elm record.
type_ : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.Type
Decoder an elm type.
union : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.Union
Decoder for an elm custom type.
unionCtor : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.Canonical.UnionCtor
Decoder for the constructor of an elm custom type alternative.