hsdev-0.2.5.1: Haskell development library

Safe HaskellSafe
LanguageHaskell98

Data.Help

Documentation

class Help a where Source #

Minimal complete definition

brief, help

Methods

brief :: a -> String Source #

help :: a -> [String] Source #

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

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