fpco / inline-c

284 stars 50 forks source link

base 4.13 compatibility #92

Closed ekmett closed 5 years ago

ekmett commented 5 years ago

This patch adds compatibility with base 4.13, which removes fail from Monad, and fixes a couple of places where you were accidentally using fail in the (->)e monad, rather than in Q, to properly fail in Q.

bitonic commented 5 years ago

@ekmett thanks!