How can I clear WinGhci (one of the Haskell Windows IDEs) and all current "session" values?
You can use :load with no arguments to clear all modules and bindings. To clear the prompt, just press ctrl + s .
:load
ctrl + s
For me, Ctrl + L works on windows :)