ghc-lib-parser-ex-9.2.0.1: Algorithms on GHC parse trees
Safe HaskellNone
LanguageHaskell2010

Language.Haskell.GhclibParserEx.Fixity

Synopsis

Documentation

applyFixities :: Data a => [(String, Fixity)] -> a -> a Source #

Rearrange a parse tree to account for fixities.

fixitiesFromModule :: Located HsModule -> [(String, Fixity)] Source #

baseFixities :: [(String, Fixity)] Source #

infixr_ :: Int -> [String] -> [(String, Fixity)] Source #

infixl_ :: Int -> [String] -> [(String, Fixity)] Source #

infix_ :: Int -> [String] -> [(String, Fixity)] Source #

fixity :: FixityDirection -> Int -> [String] -> [(String, Fixity)] Source #