darcs patch: ShellPrompt.hs: add getShellCompl to export list

Sun Oct 7 18:02:36 EDT 2007 gwern0@gmail.com * ShellPrompt.hs: add getShellCompl to export list getShellCompl is useful for writing prompts in Config.hs or even full standalone prompts; and personally, if a small utility function like 'split' can be exported, how much more so something useful like getShellCompl?

On Sun, Oct 07, 2007 at 06:05:24PM -0400, gwern0@gmail.com wrote:
Sun Oct 7 18:02:36 EDT 2007 gwern0@gmail.com * ShellPrompt.hs: add getShellCompl to export list getShellCompl is useful for writing prompts in Config.hs or even full standalone prompts; and personally, if a small utility function like 'split' can be exported, how much more so something useful like getShellCompl?
Applied, thank you. BTW, XPrompt.split is exported because it is tested in test/test_XPrompt.hs and not because of its importance...;) Andrea
participants (2)
-
Andrea Rossato
-
gwern0@gmail.com