On Wed, Dec 26, 2012 at 6:22 PM, Pieter Laeremans <[email protected]>wrote:
> Network/HTTP/Proxy.hs:254:15: > Couldn't match expected type `ResourceT > IO (CIN.Pipe () () ByteString () > (ResourceT IO) ())' > with actual type `IO > (CIN.Pipe () () ByteString () > (ResourceT IO) ())' > > I can't figure it out. To me it reads like : Expected x, actual x. > There's an extra ResourceT in the former. expected `ResourceT IO (CIN.Pipe () () ByteString () (ResourceT IO) ())' actual `IO (CIN.Pipe () () ByteString () (ResourceT IO) ())' Might just need an extra lift? -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
