[Haskell-cafe] MonadBaseControl IO instance for conduits ?
John Wiegley
johnw
Fri Oct 11 23:57:03 UTC 2013
>>>>> Aleksey Uymanov <s9gf4ult at gmail.com> writes:
> Is it posible to create instance of MonadBaseControl IO (ConduitM i o m) ?
No, it is not, for approximately the same reason that you cannot create one
for ContT (or any form of continuation).
--
John Wiegley
FP Complete Haskell tools, training and consulting
http://fpcomplete.com johnw on #haskell/irc.freenode.net
More information about the Haskell-Cafe
mailing list