morphismtech / squeal

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

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

Closed MangoIV closed 1 year ago

MangoIV commented 1 year 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 1 year ago

Ack, sorry about that.