We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a5c72 + f353c6f commit 0f54d7cCopy full SHA for 0f54d7c
src/Text/Parsing/Parser/Token.purs
@@ -71,7 +71,7 @@ match tokpos tok = when tokpos (_ == tok)
71
type LanguageDef = GenLanguageDef String Identity
72
73
-- | The `GenLanguageDef` type is a record that contains all parameterizable
74
--- | features of the "Text.Parsec.Token" module. The module `Text.Parsec.Languager`
+-- | features of the "Text.Parsec.Token" module. The module `Text.Parsec.Language`
75
-- | contains some default definitions.
76
newtype GenLanguageDef s m
77
= LanguageDef {
0 commit comments