How can I clear WinGhci's (one of Haskell's Windows IDEs) command prompt and all the current "session" values?
You can use :load with no arguments to clear all modules and bindings. To clear the prompt simply hit ctrl + s.
:load
ctrl + s
For me Ctrl +L works on windows :)
Copyright © 2021 Jogjafile Inc.
You can use
:load
with no arguments to clear all modules and bindings. To clear the prompt simply hitctrl + s
.