Haskell: how to view command history inside "Prelude"?

560 Views Asked by At

Hello: I wish to list all historical command in Prelude, in the way that any unix shell could in "history" command. I tried several guesses but failed. How can I do that?

1

There are 1 best solutions below

2
On BEST ANSWER

Mine appears at ~/.ghc/ghci_history, although depending on your machine, it could be at a different place.