Make a small start on the state annotations section.
[matthijs/master-project/report.git] / Chapters / Prototype.tex
index 139b93e56be69f2637efcffc785935e95bb77b9c..67d23c8b2be60ee6c06f78fc73bcc18b59afc560 100644 (file)
       here)}.
         
   \section[sec:prototype:statetype]{State annotations in Haskell}
+    As noted in \in{section}[sec:description:stateann], Cλash needs some
+    way to let the programmer explicitly specify which of a function's
+    arguments and which part of a function's result represent the
+    function's state.
       \fxnote{This entire section on state annotations should be reviewed}
 
       Ideal: Type synonyms, since there is no additional code overhead for