Very cool! How’s your checking alg work? 

Using st monad is never a bad thing, I think it’s underused!

On Sun, May 23, 2021 at 8:00 PM Askar Safin via Haskell-Cafe <haskell-cafe@haskell.org> wrote:
Hi. In January I asked a question on parsing: https://mail.haskell.org/pipermail/haskell-cafe/2021-January/133275.html .
I am currently writing a library, which will solve my problem. It is not finished, but so far I was able to finish and publish one component: checking grammar
for ambiguity. Here it is: https://hackage.haskell.org/package/check-cfg-ambiguity . The code is possibly ugly (ST monad), but I'm happy with this code,
and I don't plan to change it. It works. It was tested

==
Askar Safin
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.