hsdev-0.3.0.1: Haskell development library

Safe HaskellSafe
LanguageHaskell98

Data.Help

Documentation

class Help a where Source #

Minimal complete definition

brief, help

Methods

brief :: a -> Text Source #

help :: a -> [Text] Source #

detailed :: Help a => a -> [Text] Source #

indented :: Help a => a -> [Text] Source #