ListT deprecated - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Jonathan Lorimer

Is there another monad transformer offering similar functionality that should be used instead?

Sandy Maguire

what are you trying to accomplish

Sandy Maguire

nondetermism? LogicT.
streaming? Streaming.Prelude.Stream

Jonathan Lorimer

probably streaming, I am working on an issue in yesod-core. Figured I would ask here to see if there was a default replacement. I will report back once I examine the code a bit more.

Daniel Díaz Carrete

Yesod-core already depends on "conduit" , another streaming library, in case you don't want to add new dependencies.