-
Notifications
You must be signed in to change notification settings - Fork 89
Home
c-cube edited this page Nov 20, 2014
·
13 revisions
Welcome to containers! Here is the place to discuss about the library, incoming features, grievance, etc.
Feel free to edit.
- move the current
CCIOtocontainers.advanced; monadic IO is nice but it's too complicated for basic things, and less powerful thanLwt. - make a new
CCIOincontainers, that would be more straightforward (no monadic encapsulation), withwith_file_in, etc. Also try to useCCSequenceto deal with streams in this context. - split some data structures from
containersand move them tocontainers.<some library>to keep the core a minimal extension of stdlib?