diff options
Diffstat (limited to 'test-suite/output/Binder.out')
-rw-r--r-- | test-suite/output/Binder.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/Binder.out b/test-suite/output/Binder.out new file mode 100644 index 00000000..34558e9a --- /dev/null +++ b/test-suite/output/Binder.out @@ -0,0 +1,8 @@ +foo = fun '(x, y) => x + y + : nat * nat -> nat +forall '(a, b), a /\ b + : Prop +foo = λ '(x, y), x + y + : nat * nat → nat +∀ '(a, b), a ∧ b + : Prop |