Cabal-1.8.0.2: A framework for packaging Haskell softwareSource codeContentsIndex
Distribution.Text
Portabilityportable
Maintainercabal-devel@haskell.org
Description
This defines a Text class which is a bit like the Read and Show classes. The difference is that is uses a modern pretty printer and parser system and the format is not expected to be Haskell concrete syntax but rather the external human readable representation used by Cabal.
Documentation
class Text a whereSource
Methods
disp :: a -> DocSource
parse :: ReadP r aSource
show/hide Instances
display :: Text a => a -> StringSource
simpleParse :: Text a => String -> Maybe aSource
Produced by Haddock version 2.6.0