yi-0.12.3: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Yi.Command.Help

Description

Help command support This module uses Yi.Eval.describeNamedAction to show whatever information about particular action is available from current evaluator (ghciEvaluator currently presents only type.) TODO: Would be nice to show excerpt from Haddock documentation in the future.

If given no arguments, the help index is shown (using getAllNamesInScope).

Please do not try to show descriptions for the whole index, as our interface to GHCi is too slow.

Synopsis

Documentation

displayHelpFor :: Text -> YiM () Source

Displays help for a given name, or help index, if no name is given