__color__	__group__	ticket	summary	component	milestone	type	created	_description_	_changetime	_reporter
2	jwlato	5	Improve haddock documentation	core	version 0.4.0	defect	2009-11-15T23:34:40Z+0000	"Documentation needs to be significantly improved.

1.  All functions should be clearly documented.

2.  types and functions should be linked in the docs.

3.  Module and project headings need to be improved.  The project heading should have basic code examples and some discussion of motivations."	2009-11-15T23:36:25Z+0000	jwlato
3	jwlato	3	incorporate pure iteratees	core	version 0.4.0	task	2009-11-15T22:54:47Z+0000	"Include pure iteratees.  There are 3 options:

1)  Keep pure and monadic iteratees completely separate.  This leads to a lot of code duplication.

2)  Make an Iteratee class.

3)  Incorporate pure and monadic iteratees into a GADT.

2 is possible and relatively clean.  3 would probably lead to the nicest user interface, however certain operations (e.g. (>>=)) would likely become quite complex.  Another question is relative performance between options 2 and 3.
"	2009-11-15T22:58:56Z+0000	jwlato
4	jwlato	2	remove ListLike dependency	stream	version 0.4.0	task	2009-11-15T22:47:10Z+0000	"Remove the ListLike dependency, and replace it with a smaller built-in class.

This class will be a successor to the StreamChunk class, but will have a different kinding."	2009-11-15T22:58:38Z+0000	jwlato
