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
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to