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