Remove deprecated paragraph.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 10:11:21 +0000 (11:11 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 10:11:21 +0000 (11:11 +0100)
Chapters/Introduction.tex
Chapters/Prototype.tex

index af334a3208a87f1611b536fd0e3510277031fa64..3b0a5c1ec9c2723f0968ea0956766d563389f958 100644 (file)
@@ -65,7 +65,7 @@ advanced types and provides a case study.
     % Draw a dotted line between the middle operations
     ncline(a2)(a3) "linestyle(dashed withdots)", "arrows(-)";
   \stopuseMPgraphic
-  \placeexample[here][ex:AndWord]{Simple architecture that inverts a vector of bits.}
+  \placeexample[][ex:AndWord]{Simple architecture that inverts a vector of bits.}
     \startcombination[2*1]
       {\typebufferlam{AndWord}}{Haskell description of the architecture.}
       {\boxedgraphic{AndWord}}{The architecture described by the Haskell description.}
index 3d8fb678c23406138162f1ac3fdc4affb5ccc21b..bad0d0647646f97ac552c97b4b6feb0d68d90ba9 100644 (file)
 
       The value of a cast is the value of its body, unchanged. The type of this
       value is equal to the target type, not the type of its body.
-
-      \todo{Move and update this paragraph}
-      Note that this syntax is also used sometimes to indicate that a particular
-      expression has a particular type, even when no cast expression is
-      involved. This is then purely informational, since the only elements that
-      are explicitly typed in the Core language are the binder references and
-      cast expressions, the types of all other elements are determined at
-      runtime.
     \stopdesc
 
     \startdesc{Note}