Add outline for Prototype chapter.
[matthijs/master-project/report.git] / Chapters / Prototype.tex
1 \chapter{Prototype}
2         Choice of Haskell
3         Core - description of the language (appendix?)
4         Stages (-> Core, Normalization, -> VHDL)
5         Implementation issues
6
7         Haskell language coverage / constraints
8                 Recursion
9                 Builtin types
10                 Custom types (Sum types, product types)
11                 Function types / higher order expressions
12