Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- precA :: AssocArithOper -> Int
- precB :: AssocBoolOper -> Int
- eprec :: CodeExpr -> Int
Documentation
precA :: AssocArithOper -> Int Source #
precA - precedence for arithmetic-related Binary-Associative (Commutative) operators.
precB :: AssocBoolOper -> Int Source #
precB - precedence for boolean-related Binary-Associative (Commutative) operators.