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?

More realistically, I'd like to have the Haddock documentation
generated on Hackage. At the moment
I think this is blocked by regex-tdfa build failure:

http://hackage.haskell.org/packages/archive/regex-tdfa/1.0.0/logs/failure/ghc-6.10

Helping Chris to fix this would be great.

-- JP

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

Reply via email to