\todo[text]{Complete translation in TH is complex: Works with Haskell AST
instead of Core}
+
+% vim: set sw=2 sts=2 expandtab:
These options should be explored further to see if they provide feasible
methods for describing don't care conditions. Possibly there are completely
other methods which work better.
+
+% vim: set sw=2 sts=2 expandtab:
Due to these complications and limited time available, we leave other forms
of recursion as future work as well.
+
+% vim: set sw=2 sts=2 expandtab:
The final chapter sketches ideas for further research, which are many. Some of
them have seen some initial exploration and could provide a basis for future
work in this area.
+
+% vim: set sw=2 sts=2 expandtab:
\subsection{Determinism}
How to prove this?
+
+% vim: set sw=2 sts=2 expandtab:
checking usage constraints on state variables.
\todo{Implementation issues: Separate compilation, simplified core.}
+
+% vim: set sw=2 sts=2 expandtab:
\input Chapters/Normalization
\input Chapters/Future
\stoptext
+
+% vim: set sw=2 sts=2 expandtab:
% Disable todo's and fixmes, only notes are meant for my supervisors.
%\def\todo#1{}
%\def\fixme#1{}
+
+% vim: set sw=2 sts=2 expandtab:
\definetypeface [Custom] [tt] [mono] [modern] [default]
\definetypeface [Custom] [mm] [math] [modern] [default]
\stoptypescript
+
+% vim: set sw=2 sts=2 expandtab:
% Put a bit of space betwen paragraphs, to make them easier to distinguish.
\setupwhitespace[small]
+
+% vim: set sw=2 sts=2 expandtab:
% commonly contain two boxed items (Before / after, code / picture).
\definefloat[example][examples]
\setupcaption[example][location=top] % Put captions on top
+
+% vim: set sw=2 sts=2 expandtab:
% context.
\let\normaloverrightarrow\overrightarrow
\unexpanded\def\overrightarrow{\normaloverrightarrow}
+
+% vim: set sw=2 sts=2 expandtab:
% This file defines some useful shortcut commands
%
+\def\autoinsertnextspace{}
% A shortcut for italicized e.g. and i.e.
\define[0]\eg{{\em e.g.}\autoinsertnextspace}
% Shortcuts to write in smallcaps
\def\VHDL{\small{VHDL}\autoinsertnextspace}
\def\GHC{\small{GHC}\autoinsertnextspace}
+
+% vim: set sw=2 sts=2 expandtab: