You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no built-in solution for the C/LDIF convention approach you mention, you'd want to write your own ConduitT that awaits and yields, possibly with a leftover.
As a conduit and haskell newbie, I'm having problems understanding how conduit should be used processing text file one line at a time.
I'm going to list the things that confuses me, but I also volunteer to improve the docs (with some guidance)
lineC
produce only one line?linesUnbounded
has a warning about memory exhaustion andlineC
is immune from this problem?nl
) without usinglinesUnbounded
orsplitOnUnboundedE
?Feel free to close the issue if you think the documentation is ok and my difficulties are only due to my ignorance :-)
The text was updated successfully, but these errors were encountered: