Stability | experimental |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
A fixity of infix operators.
Synopsis
- data Fixity n = Fixity {
- associativity :: Associativity
- precedence :: Precedence
- symbol :: n
- data Associativity
- newtype Precedence = Precedence Int
Documentation
Fixity of infix operators.
Fixity | |
|
data Associativity Source #
Associativity of infix operators.
Instances
newtype Precedence Source #
A precedence of infix operators.