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