Update outline.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 11 Nov 2009 19:04:11 +0000 (20:04 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 11 Nov 2009 19:04:11 +0000 (20:04 +0100)
Chapters/Prototype.tex
Outline

index fa0b54a4cdefe669fa3b47798f059acfc84ff16e..67957718b112c1c81899b79de79428a6165184ff 100644 (file)
       Implementation issues: state splitting, linking input to output state,
       checking usage constraints on state variables.
 
-        Implementation issues
-          \subsection[sec:prototype:separate]{Separate compilation}
-          - Simplified core?
-
-  \section{Haskell language coverage and constraints}
-    Recursion
-    Builtin types
-    Custom types (Sum types, product types)
-    Function types / higher order expressions
+      TODO: Implementation issues
+        TODO: \subsection[sec:prototype:separate]{Separate compilation}
+        TODO: Simplified core?
diff --git a/Outline b/Outline
index 88cc626ef3c0de6a81510995636ef59780012cdd..6cab7d21ecf50426eb9c34ba233e05e022a94dfb 100644 (file)
--- a/Outline
+++ b/Outline
@@ -32,10 +32,9 @@ Normalization
 *      Normal form
 *      Rules used
 .      Properties / Proofs (termination, soundness, completeness, determinism)
-       Casts / Strictness / Casebinders not fully supported
 
 Future work
-.      Boilerplate reduction (State distribution & pipelining)
+*      Boilerplate reduction (State distribution & pipelining)
 *      Recursion
 *       Multiple time domains (Events) -- Also, clock line optimization /
                                        -- write enable
@@ -48,3 +47,4 @@ TODO: Define user / developer
 TODO: Comiler vs translator
 TODO: Hardware description / model vs program
 TODO: State & pattern matches
+TODO: Separate compilation / Prelude