blob: 8ff571ae55cdf34481cc2ab4d7888297c9fa74f3 (
plain)
1
2
3
4
5
6
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
Arguments foo _%type_scope
Arguments Foo _%type_scope
|