Thanks!
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
On Dec 17, 2009, at 5:37 PM, Nils wrote:
> Hey,
> The patch for H.Server.SimpleHTTP which adds a ServerMonad ErrorT
> instance.
> Nils / McManiaC
> --
> You received this message because you are subscribed to the Google
> Groups "HAppS" group.
> To post to this group, send email to happs@googlegroups.com.
> To unsubscribe from this group, send email to happs+unsubscribe@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/happs?hl=en
> .
> <errort.patch>