Skip to content
c-cube edited this page Nov 20, 2014 · 13 revisions

Containers

Welcome to containers! Here is the place to discuss about the library, incoming features, grievance, etc.

Feel free to edit.

Roadmap

  • move the current CCIO to containers.advanced; 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.
  • split some data structures from containers and move them to containers.<some library> to keep the core a minimal extension of stdlib?

Home

Roadmap

Clone this wiki locally