How can I clear WinGhci's (one of Haskell's Windows IDEs) command prompt and all the current "session" values?
Clearing WinGhci's command prompt (and also its values)
You can use :load
with no arguments to clear all modules and bindings. To clear the prompt simply hit ctrl + s
.
For me Ctrl +L works on windows :)
It works with ghci command prompt (ghci.exe), not with winghci gui (winghci.exe). Ctrl L is to load modules. –
Kaliope
© 2022 - 2024 — McMap. All rights reserved.