purescript-0.6.2: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred
LanguageHaskell98

Language.PureScript.AST.Operators

Description

Operators fixity and associativity

Synopsis

Documentation

type Precedence = Integer Source

A precedence level for an infix operator

data Associativity Source

Associativity for infix operators

Constructors

Infixl 
Infixr 
Infix 

data Fixity Source

Fixity data for infix operators