
9 May
2006
9 May
'06
4:31 a.m.
Juanma Barranquero wrote:
Trivial question, just out of curiosity.
Why it is not possible to define aliases for :quit in GHCi?
Prelude> :def ayuda \_ -> return ":help" Prelude> :def adios \_ -> return ":quit" Prelude> :ayuda ... normal help output... Prelude> :adios Prelude>
Sorry, that was a bug. Now fixed. Cheers, Simon