aboutsummaryrefslogtreecommitdiffhomepage
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.out14
1 files changed, 7 insertions, 7 deletions
diff --git a/test-suite/output/Implicit.out b/test-suite/output/Implicit.out
index f5c812c8a..38c5b827f 100644
--- a/test-suite/output/Implicit.out
+++ b/test-suite/output/Implicit.out
@@ -1,10 +1,10 @@
-(compose 3!nat S)
- : (nat ->nat) ->nat ->nat
-(ex_intro 2![_:nat]True 3!(0) I)
- : (ex [_:nat]True)
-d2 = [x:nat](d1 1!x)
- : (x,x0:nat)x0=x ->x0=x
+compose (C:=nat) S
+ : (nat -> nat) -> nat -> nat
+ex_intro (P:=fun _ : nat => True) (x:=0) I
+ : ex (fun _ : nat => True)
+d2 = fun x : nat => d1 (y:=x)
+ : forall x x0 : nat, x0 = x -> x0 = x
-Positions [1; 2] are implicit
+Arguments x, x0 are implicit
Argument scopes are [nat_scope nat_scope _]