Module

Tidy.Precedence

Package
purescript-tidy
Repository
natefaubion/purescript-tidy

#OperatorTree Source

data OperatorTree op a

Constructors

#OperatorChain Source

#Precedence Source

#toOperatorTree Source

toOperatorTree :: forall op a. PrecedenceMap -> (op -> QualifiedOperator) -> a -> NonEmptyArray (Tuple op a) -> OperatorTree op a

#remapOperators Source