Can anyone think of a reason not to apply this patch?
All it does is add this instance to SimpleHTTP:
instance (Error e, ServerMonad m) => ServerMonad (ErrorT e m) where
askRq = lift askRq
localRq f = mapErrorT $ localRq f
Which is the only sensible implementation for that instance anyway.
So, I am inclined to apply it.
- jeremy
> --
>
> You received this message because you are subscribed to the Google
> Groups "HAppS" group.
> To post to this group, send email to ha...@googlegroups.com.
> To unsubscribe from this group, send email to happs+un...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/happs?hl=en
> .
>
>
> <errort.patch>