harrysarson / elm-decode-elmi / Bytes.Decode.Ast.BinaryOperation

associativity : Bytes.Decode.Decoder Ast.BinaryOperation.Associativity

Decoder for the associativity of an elm binary op.

precedence : (Basics.Int -> Basics.Int -> any) -> Bytes.Decode.Decoder Ast.BinaryOperation.Precedence

Decoder for the precedence of an elm binary op.