aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/Inductive.out
blob: 6d65db9e228fa2b675a6f701c6c87911cbf1fd6c (plain)
1
2
3
4
5
6
7
8
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".
Monomorphic 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 _]