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

Safe HaskellNone
LanguageHaskell98

HsDev.Symbols.Documented

Synopsis

Documentation

class Symbol a => Documented a where Source

Documented symbol

Minimal complete definition

brief

Methods

brief :: a -> String Source

detailed :: a -> String Source

defaultDetailed :: Documented a => a -> [String] Source

Default detailed docs