We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in
1 parent 800e7c2 commit 81b440aCopy full SHA for 81b440a
1 file changed
redex-doc/redex/scribblings/long-tut/mon-aft.scrbl
@@ -207,7 +207,10 @@ Here are two more metafunctions that use patterns in interesting ways:
207
(where #false (in x (x_1 ...)))]
208
[(subtract1 (x ...) x_1) (x ...)])
209
210
-
+(define-metafunction Lambda
211
+ in : x (x ...) -> boolean
212
+ [(in x (x_1 ... x x_2 ...)) #true]
213
+ [(in x (x_1 ...)) #false])
214
215
))
216
@;%
0 commit comments