Skip to content
c-cube edited this page Nov 23, 2014 · 3 revisions

Refactoring CCIO

  • move the current CCIO to containers.advanced.CCMonadIO or something similar; monadic IO is nice but it's too complicated for basic things, and less powerful than Lwt.
  • make a new CCIO in containers, that would be more straightforward (no monadic encapsulation), with with_file_in, etc. (Also try to use CCSequence to deal with streams in this context) use Gen instead.

Home

Roadmap

Clone this wiki locally