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

Language.Haskell.GhclibParserEx.Fixity

Synopsis

Documentation

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

Rearrange a parse tree to account for fixities.

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

preludeFixities :: [(String, Fixity)] #

baseFixities :: [(String, Fixity)] #

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

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

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

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