summaryrefslogtreecommitdiff
path: root/test-suite/output/Inductive.out
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Inductive.out')
-rw-r--r--test-suite/output/Inductive.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/Inductive.out b/test-suite/output/Inductive.out
index e912003f..af202ea0 100644
--- a/test-suite/output/Inductive.out
+++ b/test-suite/output/Inductive.out
@@ -1,3 +1,7 @@
The command has indeed failed with message:
Last occurrence of "list'" must have "A" as 1st argument in
"A -> list' A -> list' (A * A)%type".
+Inductive foo (A : Type) (x : A) (y : A := x) : Prop := Foo : foo A x
+
+For foo: Argument scopes are [type_scope _]
+For Foo: Argument scopes are [type_scope _]