vik santata
vik santata

Reputation: 3109

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

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?

Upvotes: 0

Views: 533

Answers (1)

jamshidh
jamshidh

Reputation: 12070

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

Upvotes: 4

Related Questions