Cabal-1.6.0.1: A framework for packaging Haskell softwareContentsIndex
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 where
Methods
disp :: a -> Doc
parse :: ReadP r a
show/hide Instances
display :: Text a => a -> String
simpleParse :: Text a => String -> Maybe a
Produced by Haddock version 2.3.0