summaryrefslogtreecommitdiff
path: root/test-suite/output/Implicit.out
blob: 38c5b827fdf6035b4e2f1ab641022e65e21051ac (plain)
1
2
3
4
5
6
7
8
9
10
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


Arguments x, x0 are implicit
Argument scopes are [nat_scope nat_scope _]