alias : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder ElmFile.Interface.Alias
Decoder for a type alias.
binaryOperation : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder ElmFile.Interface.BinaryOperation
Decoder for a binary operation.
interface : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder ElmFile.Interface.Interface
Decoder for the Interface type.
This function will decode the binary of an .elmi
file found in elm-stuff
directories.
interfaces : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder ElmFile.Interface.Interfaces
Decoder for the Interfaces type.
This function will decode the binary of an ifaces.dat
file found in the elm
home directrory.
union : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder ElmFile.Interface.Union
Decoder for a custom type.