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