| ||||||||
| ||||||||
| 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 |