aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/InitSyntax.out
blob: b219ff9d1f41d4aabb4247e196e2cad0a170894e (plain)
1
2
3
4
5
6
Inductive sig2 [A : Set; P : A->Prop; Q : A->Prop]  : Set :=
      exist2 : (x:A)(P x)->(Q x)->(sig2 A P Q)
(EX x:nat|x=x)
     : Prop
[b:bool](if b then b else b)
     : bool->bool