我正在尝试编译这个微不足道的 parsec 代码
import Text.Parsec
simple = letter
但我不断收到此错误
No instance for (Stream s0 m0 Char)
arising from a use of `letter'
Possible fix: add an instance declaration for (Stream s0 m0 Char)
In the expression: letter
In an equation for `simple': simple = letter