Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我读过一个类似的问题,即 GHCI 是在 haskeline lib 上编写的,但我必须承认这对我没有足够的帮助。
我试过了
import System.Console.Haskeline.History
并调用
emptyHistory
但我不知道要参考当前的 GHCI 历史。
我的问题是如何清空我的 GHCI 历史记录?