hsdev-0.3.1.3: Haskell development library
Data.Help
class Help a where Source #
Minimal complete definition
brief, help
Methods
brief :: a -> Text Source #
help :: a -> [Text] Source #
indent :: Text -> Text Source #
indentHelp :: [Text] -> [Text] Source #
detailed :: Help a => a -> [Text] Source #
indented :: Help a => a -> [Text] Source #