diff options
-rw-r--r-- | test-suite/output/InitSyntax.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/output/InitSyntax.out b/test-suite/output/InitSyntax.out index c7f3ed7db..0e2624ab2 100644 --- a/test-suite/output/InitSyntax.out +++ b/test-suite/output/InitSyntax.out @@ -1,5 +1,6 @@ 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] |