Has someone tried converting Parsec?
I'd start looking here, but I don't think it's included.
https://github.com/jwiegley/coq-haskell
We have tried, but a problem is that Parsec relies on the Alternative
type class which includes corecursive functions such as some
and many
. We haven't tried if we can get rid of these functions and how many would remain if we did that.
Ok then I'm starting my own before it's done.
Last updated: Feb 06 2023 at 06:29 UTC