我Text.Parsec.Token.natural
在 Hoogle 上搜索,发现类型为Text.Parsec.Token.natural
is natural :: ParsecT s u m Integer
。
但这与我:t
在 GHCi 中得到的结果相矛盾。
GHCi 给出了这种类型:
Prelude Text.Parsec.Token> :t natural
natural
:: GenTokenParser s u m -> Text.Parsec.Prim.ParsecT s u m Integer
不仅是自然的,整数、浮点数、小数等也是如此。