[cleanups
John Meacham <john@repetae.net>**20100711054414
 Ignore-this: 93fe0ef75ef85487276e3df746595aed
] adddir ./docs/announce
move ./docs/announce-0.7.3.txt ./docs/announce/announce-0.7.3.txt
move ./docs/announce-0.7.4.txt ./docs/announce/announce-0.7.4.txt
adddir ./docs/misc
move ./docs/c-minus-monad.txt ./docs/misc/c-minus-monad.txt
move ./docs/jhc-vs-ghc-assembly.txt ./docs/misc/jhc-vs-ghc-assembly.txt
move ./docs/type-classes.txt ./docs/misc/type-classes.txt
adddir ./docs/template
move ./docs/my_footer.shtml ./docs/template/my_footer.shtml
move ./docs/my_header.shtml ./docs/template/my_header.shtml
hunk ./Makefile.am 64
-	     manual.html lib/containers lib/applicative
+	     manual.html lib/containers lib/applicative examples/HelloWorld.hs examples/Calendar.hs \
+	     src/FlagOpts.flags src/FlagDump.flags
hunk ./Makefile.am 256
-	cat $(srcdir)/docs/my_header.shtml > $@
+	cat $(srcdir)/docs/template/my_header.shtml > $@
hunk ./Makefile.am 258
-	cat $(srcdir)/docs/my_footer.shtml >> $@
+	cat $(srcdir)/docs/template/my_footer.shtml >> $@
hunk ./docs/todo.otl 1
-front end
-	replace HsName with Name everywhere
-middle end
-	enforce strict fields
-	|  strict fields that are RawTypes should be unboxed, otherwise a seq should be inserted.
-	CPR enumerated values
-	full lazyness transformation
-	better strictness analyzer (HORN?)
-	use typeanalysis to prune class methods and instantiate polymorphic functions called monomorphically
-	collectOcc should annotate variables directly rather than returning a map
-	CPR should be performed recursivly on data types
-back end
-	grin
-		remove dead arguments completly from functions
-		calculate appropriate size of heap values statically rather than using jhc_sizeof
-	codegen
-		preserve mapping of c variables rather than declaring a ton of temporaries
-
rmfile ./docs/todo.otl