Stability | experimental |
---|---|
Safe Haskell | None |
Language | Haskell2010 |
Language.Egison.Syntax.Pattern.Fixity
Description
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.
Constructors
Fixity | |
Fields
|
data Associativity Source #
Associativity of infix operators.
Constructors
AssocLeft | |
AssocRight | |
AssocNone |
Instances
newtype Precedence Source #
A precedence of infix operators.
Constructors
Precedence Int |