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

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Help

Documentation

class Help a where Source

Methods

brief :: a -> String Source

help :: a -> [String] Source

Instances

Help Opt 
Help [Opt] 
Help (Cmd a) 

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

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