DeepArrow-0.3.4: Arrows for "deep application"

Portability???
Stabilityexperimental
Maintainerconal@conal.net
Safe HaskellSafe-Infered

Language.Haskell.Parens

Description

Insert parens where necessary in Haskell expressions. Inspired by Sigbjorn Finne's Pan pretty-printer.

Documentation

type Cify a = a -> Context -> aSource

unCify :: (Context -> a) -> aSource