tomjaguarpaw / tilapia

Improving all Haskell's programmer interfaces
65 stars 2 forks source link

ghci should bind help/quit/exit to useful things #22

Closed tomjaguarpaw closed 3 years ago

tomjaguarpaw commented 4 years ago

Like Python

tomjaguarpaw commented 4 years ago

In Python

>>> quit
Use quit() or Ctrl-D (i.e. EOF) to exit
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>> help
Type help() for interactive help, or help(object) for help about object.
tomjaguarpaw commented 3 years ago

Next step: File a GHC proposal

tomjaguarpaw commented 3 years ago

Duplicate of https://github.com/tomjaguarpaw/tilapia/issues/10