infix-0.1.1: Infix expression re-parsing (for HsParser library)
Source code
Contents
Index
Language.Haskell.Infix
Documentation
infixer
::
InfixMap
-> [
HsDecl
] -> [
HsDecl
]
Source
insertTopInfixDecls
::
Module
->
InfixMap
-> [
HsDecl
] ->
InfixMap
Source
type
InfixMap
=
Map
HsQName
Fixity
Source
plusInfixMap
::
InfixMap
->
InfixMap
->
InfixMap
Source
data
Fixity
Source
Constructors
Fixity
fixity_assoc
::
HsAssoc
fixity_prec
::
Int
Instances
Show
Fixity
showInfixMap
::
InfixMap
->
String
Source
infixMapToList
::
InfixMap
-> [(
HsQName
,
Fixity
)]
Source
emptyInfixMap
::
InfixMap
Source
Produced by
Haddock
version 2.3.0