:sprint GHCi 命令名称中的“s”是什么意思?
这是 the description from the official documentation ,给你一些上下文:

最佳答案

如您所见,GHC 用户指南中对 :sprint 的描述并没有说明这一点。根据 Julie Moronuki 和 Chris Martin 的 typeclasses.com 中的 :sprint entry ......





大概不是,因为 :sprint:print 的重点在于它们在某种意义上是 lazier than the print function

关于haskell - "s"在 "sprint"GHCi 命令中是什么意思?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/50086798/

10-11 17:42