2009/3/14 Jean-Philippe Bernardy <jeanphilippe.berna...@gmail.com>:
>
> On Sat, Mar 14, 2009 at 9:12 PM, Александър Л. Димитров
> <aleks.dimit...@googlemail.com> wrote:
>
>> An integrated help/documentation system. Similar to Vim's :help and Emacs' 
>> C-h
>> (if I remember the shortcut correctly) This should equip every command/key
>> combination with at least a very small documentation hint, so the user could 
>> say
>> something (in Vim) like:
>
> This is not so easy to achieve, mostly because of the static nature of 
> Haskell.
> Basically we'd have to annotate all the functions with a runtime
> docstring, which is a pain.
> Maybe I'm missing something?

Perhaps yi could just look up the installed Haddock doc string for
each command? The haddock library provides this ability.

David

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to