From d957c07d7ba3f6b2bccc6aafb1c8012882556c6e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 28 Sep 2009 19:00:26 +0200 Subject: [PATCH] Add outline for Prototype chapter. --- Chapters/Prototype.tex | 12 ++++++++++++ Report.tex | 1 + 2 files changed, 13 insertions(+) create mode 100644 Chapters/Prototype.tex diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex new file mode 100644 index 0000000..1db9c6d --- /dev/null +++ b/Chapters/Prototype.tex @@ -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 + diff --git a/Report.tex b/Report.tex index 40b94b6..c00b633 100644 --- a/Report.tex +++ b/Report.tex @@ -20,6 +20,7 @@ Matthijs Kooijman \completecontent \input Chapters/Introduction \input Chapters/HardwareDescription +\input Chapters/Prototype \input Chapters/Normalization \input Chapters/State \stoptext -- 2.30.2