Add a section on normalization of stateful descriptions.
[matthijs/master-project/report.git] / Chapters / HardwareDescription.tex
index ef2533e3bf80f008601ae9b5a69a47cd22209ccd..2f72a8b18d9ebfb4c48968f6a008745524197576 100644 (file)
@@ -342,6 +342,7 @@ and3 a b c = and (and a b) c
         types) and just one field (which are technically not a product).
       \stopdesc
       \startdesc{Enumerated types}
+        \defref{enumerated types}
         An enumerated type is an algebraic datatype with multiple constructors, but
         none of them have fields. This is essentially a way to get an
         enum-like type containing alternatives.
@@ -1019,3 +1020,5 @@ acc in s = (s', out)
 
   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: