\input Utils/Lambda
\input Utils/Shortcuts
\input Utils/Metapost
+\input Utils/Fixme
\usetypescript [Custom]
\title {Haskell as a higher order structural hardware description language.}
Matthijs Kooijman
+\todo{Complete titlepage}
+
\completecontent
+
\input Chapters/Introduction
\input Chapters/Context
\input Chapters/HardwareDescription
--- /dev/null
+\usemodule[fixme]
+
+% Define a \todo command. It seems the fixme module isn't actually meant for
+% this, but well...
+\definefixme[todo][todo]
+\makecounter{@@@@fxtodo}
+
+% Change / set the labels for \fixme, \fxnote and \todo
+\setuplabeltext[en][fixmefatal=\small{FIXME}:\crlf]
+\setuplabeltext[en][fixmenote=\small{NOTE}:\crlf ]
+\setuplabeltext[en][fixmetodo=\small{TODO}:\crlf ]