summaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.out
blob: c7f3ed7dbe65b2a22bbfa1864d01a9c2bd6fb429 (plain)
1
2
3
4
5
6
7
8
9
10
Inductive sig2 (A : Type) (P : A -> Prop) (Q : A -> Prop) : Type :=
    exist2 : forall x : A, P x -> Q x -> sig2 P Q
For sig2: Argument A is implicit
For exist2: Argument A is implicit
For sig2: Argument scopes are [type_scope type_scope type_scope]
For exist2: Argument scopes are [type_scope _ _ _ _ _]
exists x : nat, x = x
     : Prop
fun b : bool => if b then b else b
     : bool -> bool