Changes between Version 7 and Version 8 of CollectionClassFramework
- Timestamp:
- 02/05/06 06:53:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollectionClassFramework
v7 v8 3 3 This page describes a proposal for a class framework for collection types. Related ticket: #666 4 4 5 Please give me feedback by either mailing me (jeanphilippe.bernardy at gmail.com) or edit this page; or issue tickets (see CollectionLibraries); or any other means. I'm mainly interested in concrete examples where the framework would fall short to meet your needs. 5 Please give feedback on libraries at haskell.org. 6 I'm especially interested in cases where this framework does not fit your application. 6 7 7 8 == Goals, Non-Goals and Working Hypotheses == … … 33 34 * write instances for the new Seq type, following List.[] 34 35 * See how Foldable/Travesable/Applicable fit this scheme. 36 * size should be moved to its own class.
