清除 WinGhci 的命令提示符(及其值)
如何清除 WinGhci(Haskell 的 Windows IDE 之一)命令提示符和所有当前“会话”值?
How can I clear WinGhci's (one of Haskell's Windows IDEs) command prompt and all the current "session" values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用不带参数的
:load
来清除所有模块和绑定。要清除提示,只需按 ctrl + s 即可。You can use
:load
with no arguments to clear all modules and bindings. To clear the prompt simply hitctrl + s
.对我来说 Ctrl +L 在 Windows 上有效:)
For me Ctrl +L works on windows :)