Clearing WinGhci's command prompt (and also its values)

1.8k Views Asked by At

How can I clear WinGhci's (one of Haskell's Windows IDEs) command prompt and all the current "session" values?

2

There are 2 best solutions below

0
On BEST ANSWER

You can use :load with no arguments to clear all modules and bindings. To clear the prompt simply hit ctrl + s.

1
On

For me Ctrl +L works on windows :)