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

2

7

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

Aggri answered 17/9, 2010 at 7:8 Comment(0)
G
12

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

Gorlovka answered 17/9, 2010 at 7:25 Comment(0)
I
0

For me Ctrl +L works on windows :)

Instigate answered 6/6, 2011 at 4:37 Comment(1)
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.