DeepArrow-0.2: Arrows for "deep application"ContentsIndex
Language.Haskell.Parens
Portability???
Stabilityexperimental
Maintainerconal@conal.net
Description
Insert parens where necessary in Haskell expressions. Inspired by Sigbjorn Finne's Pan pretty-printer.
Documentation
pretty :: HsExp -> String
type Cify a = a -> (Context -> a)
cifyExp :: Cify HsExp
unCify :: (Context -> a) -> a
hasOpInfo :: HsName -> Bool
Produced by Haddock version 2.1.0