我在 Windows 上安装了 Haskell Platform 8.2.2。当我运行ghci
并输入alex H.x
afterPrelude>
时,我得到
<interactive>:3:6: error:
Not in scope: `H.x'
No module named `H' is imported.
当我键入时alex
,我得到
<interactive>:6:1: error:
* Variable not in scope: alex
* Perhaps you meant `lex' (imported from Prelude).
我看了看Haskell Platform\8.2.2\lib
,我可以看到一个名为Cabal-2.0.1.0
但没有alex
.
如何安装 Alex?