-
Notifications
You must be signed in to change notification settings - Fork 89
ccio_refactor
c-cube edited this page Nov 23, 2014
·
3 revisions
- move the current
CCIO
tocontainers.advanced.CCMonadIO
or something similar; monadic IO is nice but it's too complicated for basic things, and less powerful thanLwt
. - make a new
CCIO
incontainers
, that would be more straightforward (no monadic encapsulation), withwith_file_in
, etc. (Also try to useCCSequence
to deal with streams in this context) useGen
instead.