Add outline for Prototype chapter.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Sep 2009 17:00:26 +0000 (19:00 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Sep 2009 17:00:26 +0000 (19:00 +0200)
Chapters/Prototype.tex [new file with mode: 0644]
Report.tex

diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex
new file mode 100644 (file)
index 0000000..1db9c6d
--- /dev/null
@@ -0,0 +1,12 @@
+\chapter{Prototype}
+        Choice of Haskell
+        Core - description of the language (appendix?)
+       Stages (-> Core, Normalization, -> VHDL)
+        Implementation issues
+
+        Haskell language coverage / constraints
+                Recursion
+                Builtin types
+                Custom types (Sum types, product types)
+                Function types / higher order expressions
+
index 40b94b66e55a0a0e9d858cd3f58195c68487a60d..c00b6336118a2f828215825c321b46b10341e18c 100644 (file)
@@ -20,6 +20,7 @@ Matthijs Kooijman
 \completecontent
 \input Chapters/Introduction
 \input Chapters/HardwareDescription
 \completecontent
 \input Chapters/Introduction
 \input Chapters/HardwareDescription
+\input Chapters/Prototype
 \input Chapters/Normalization
 \input Chapters/State
 \stoptext
 \input Chapters/Normalization
 \input Chapters/State
 \stoptext