How to clean ghci command history?

1.7k Views Asked by At

I have read on a simmilar question that GHCI is written on haskeline lib but I must admit that that doesn't help me enough.

I tried

import System.Console.Haskeline.History 

and calling the

emptyHistory

but I do not know to to reference to the current GHCI history.

My question is how to I empty my GHCI history?

0

There are 0 best solutions below