changeset 117:d176595cf46e

Clarify exercise wording
author Adam Chlipala <adamc@hcoop.net>
date Tue, 14 Oct 2008 15:21:02 -0400
parents 7163cc09270f
children ee676bf3d681
files src/DataStruct.v
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DataStruct.v	Tue Oct 14 15:11:14 2008 -0400
+++ b/src/DataStruct.v	Tue Oct 14 15:21:02 2008 -0400
@@ -843,6 +843,6 @@
 
   [x] stands for a variable, and [b] stands for a boolean constant.  The production for [case] expressions means that a pattern-match includes zero or more pairs of patterns and expressions, along with a default case.
 
-  Your interpreter should be implemented in the style demonstrated in this chapter.  That is, your definition of expressions should use dependent types to combine syntax and typing rules, such that the type of an expression tells the types of variables that are in scope.  You should implement a simple recursive function translating types [t] to [Set], and your interpreter should produce values in the image of this translation.#</li>#
+  Your interpreter should be implemented in the style demonstrated in this chapter.  That is, your definition of expressions should use dependent types and de Bruijn indices to combine syntax and typing rules, such that the type of an expression tells the types of variables that are in scope.  You should implement a simple recursive function translating types [t] to [Set], and your interpreter should produce values in the image of this translation.#</li>#
 
 #</ol>#%\end{enumerate}% *)