Copyright | Duncan Coutts 2007 |
---|---|
Maintainer | cabal-devel@haskell.org |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Distribution.Text
Description
- class Text a where
- defaultStyle :: Style
- display :: Text a => a -> String
- simpleParse :: Text a => String -> Maybe a
Documentation
Instances
defaultStyle :: Style #
The default rendering style used in Cabal for console output.
simpleParse :: Text a => String -> Maybe a #