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.
1 parent e4e4f63 commit 7a58ad3Copy full SHA for 7a58ad3
examples/eval.php
@@ -151,3 +151,9 @@
151
// var_dump(evaluate(to_int([$fib, call($plus, $five, $two)])));
152
// var_dump(evaluate(parse('(λf.f f) (λf.f f)')));
153
// var_dump(evaluate(to_int(call($exp, $two, $three))));
154
+// var_dump(evaluate(to_int(
155
+// call($sub,
156
+// call($exp,
157
+// $two,
158
+// call($mult, $two, $five)),
159
+// call($mult, $two, $five)))));
0 commit comments