summaryrefslogtreecommitdiff
path: root/test-suite/output/Implicit.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Implicit.out')
-rw-r--r--test-suite/output/Implicit.out5
1 files changed, 4 insertions, 1 deletions
diff --git a/test-suite/output/Implicit.out b/test-suite/output/Implicit.out
index 38c5b827..ecfe8505 100644
--- a/test-suite/output/Implicit.out
+++ b/test-suite/output/Implicit.out
@@ -5,6 +5,9 @@ ex_intro (P:=fun _ : nat => True) (x:=0) I
d2 = fun x : nat => d1 (y:=x)
: forall x x0 : nat, x0 = x -> x0 = x
-
Arguments x, x0 are implicit
Argument scopes are [nat_scope nat_scope _]
+map id (1 :: nil)
+ : list nat
+map id' (1 :: nil)
+ : list nat