hsdev-0.3.3.1: Haskell development library

Safe HaskellSafe
LanguageHaskell98

Data.Help

Documentation

class Help a where Source #

Methods

brief :: a -> Text Source #

help :: a -> [Text] Source #

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

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