我用 brew 安装了 purescript
$ brew install purescript
那里没有问题。当我启动 PSCI repl 并执行以下操作时:
import Data.List
我明白了
Error in module $PSCI:
Unknown module Data.List
我究竟做错了什么?
更新
我开始psci
了pulp
$ pulp psci
现在,当我尝试导入时,Data.List
我得到:
Cannot unify type
Control.Monad.Eff.Eff
with type
Prim.Function
什么?
更新
使用 npm 重新安装 purescript
$ npm install -g purescript pulp
同样的问题。帮助。