Matt Parsons

Results 208 comments of Matt Parsons

That should be exported, if from an internal module - I don't want anything hidden in this package.

I believe this will be fixed by #155

You are correct that the second instance is the `ZipList` Applicative. When a type has both a `Monad` and an `Applicative` instance, it's necessary for them to agree. That is,...

@ndmitchell anything we can do to get this ready to merge?

Is there anything we can do to help get this merged?

We'd also like this feature, primarily so we can ban `Handler Value` in our app and require using more specific return types. I will see if I can get some...

This is unrelated to the issue at hand, but you should know that this hint isn't equivalent. `varE 'a` requires that `a` is in scope, while `[|a|]` will make an...

Tests all pass locally on 9.4.1, but I haven't tried on other GHCs.

This is a somewhat larger change than anticipated, since we are using CPP to conditionally check on the availability of `DefaultSignatures`. This is to support GHC < 7.2. I can...

I've run into this issue twice now: once for `ExitSuccess` and again for `SIGINT` https://github.com/parsonsmatt/hotel-california/issues/8 So I am interested in providing some good work on this 😄