packages feed

ajhc-0.8.0.1: src/E/Show.hs-boot

-- -*- Haskell -*-

module E.Show(ePretty,render,prettyE) where

import E.E
import Doc.DocLike
import Doc.Pretty
import Doc.PPrint

render :: Doc -> String
prettyE :: E -> String
ePretty :: E -> Doc

instance DocLike d => PPrint d TVr
instance PPrint Doc E
instance PPrint String E
instance PPrint String (Lit E E)