morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
352 stars 32 forks source link

MonadFail instance for `PQ` is self-recursive and causes an endless loop #346

Closed MangoIV closed 9 months ago

MangoIV commented 9 months ago

This caused me some headaches. I'm hoping to post a fix later, but if anyone is running into unexplainable endless loops, here you go.

echatav commented 9 months ago

Ack, sorry about that.