hsdev-0.1.6.3: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellSafe
LanguageHaskell98

Data.Help

Documentation

class Help a where Source

Methods

brief :: a -> String Source

help :: a -> [String] Source

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

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