haskell / parsec

A monadic parser combinator library
https://hackage.haskell.org/package/parsec
Other
846 stars 94 forks source link

fix typos #145

Closed ghost closed 2 years ago

ghost commented 2 years ago

src/Text/Parsec/ByteString.hs src/Text/Parsec/Language.hs src/Text/Parsec/Token.hs test/Bugs/Bug9.hs

src/Text/Parsec/Prim.hs

ChangeLog.md

src/Text/Parsec/ByteString/Lazy.hs src/Text/Parsec/Text.hs

ghost commented 2 years ago

@emilypi

can you approve the changes

emilypi commented 2 years ago

I'm not a maintainer so no @askeblad

ghost commented 2 years ago

is this repo being maintained

phadej commented 2 years ago

is this repo being maintained

Yes, but I don't consider this PR as high priority so I haven't looked at it yet.

phadej commented 2 years ago

Squashed and merged in https://github.com/haskell/parsec/pull/152. Thanks!