diff options
Diffstat (limited to 'test-suite/output/InitSyntax.out')
-rw-r--r-- | test-suite/output/InitSyntax.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index 4ed72c50..c7f3ed7d 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,4 +1,4 @@ -Inductive sig2 (A : Set) (P : A -> Prop) (Q : A -> Prop) : Set := +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 |