aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/InitSyntax.out
blob: 26c88f3ac00f856801f5b46cec4b5848e05a2847 (plain)
1
2
3
Inductive sig2 [A : Set; P : A->Prop; Q : A->Prop]  : Set :=
      exist2 : (x:A)(P x)->(Q x)->(sig2 A P Q)