foo.hs
import Control.Applicative然后
fay foo.hs返回
Could not find module `Control.Applicative'
It is a member of the hidden package `base'.
Use -v to see a list of the files searched for.在Fay中应用编程是可能的吗?
发布于 2014-07-05 22:49:00
Fay没有类型类。我们认为,如果有人想要使用应用程序,他们可以实现单形运算符。如果我们提供一些默认的应用程序,这将导致名称冲突。
有关类型类支持状态的更多信息,请参见this wiki page。
https://stackoverflow.com/questions/24559298
复制相似问题