We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bf4889 + acd9cff commit 2fe40aaCopy full SHA for 2fe40aa
1 file changed
www/notes/hustle.scrbl
@@ -45,7 +45,7 @@ Boxes are like unary pairs, they simply hold a value, which can be
45
projected out. Pairs hold two values which each can be projected out.
46
47
To see how values are now inductively defined notice that if you have
48
-a value @racket[_v], you can make anoter value with @racket[(box _v)].
+a value @racket[_v], you can make another value with @racket[(box _v)].
49
Similarly, if @racket[_v1] and @racket[_v2] are values, then so is
50
@racket[(cons _v1 _v2)]. This suggests the following recursive type
51
definition for values:
0 commit comments