blob: 21a8cf9eded6756cbca1456251bdd4fb3ab2afd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
The command has indeed failed with message:
Error: Ltac variable y depends on pattern variable name z which is not bound in current context.
Ltac f x y z :=
symmetry in x, y; auto with z; auto; intros **; clearbody x; generalize
dependent z
The command has indeed failed with message:
In nested Ltac calls to "g1" and "refine", last call failed.
The term "I" has type "True" while it is expected to have type "False".
The command has indeed failed with message:
In nested Ltac calls to "f1" and "refine", last call failed.
The term "I" has type "True" while it is expected to have type "False".
The command has indeed failed with message:
In nested Ltac calls to "g2", "g1" and "refine", last call failed.
The term "I" has type "True" while it is expected to have type "False".
The command has indeed failed with message:
In nested Ltac calls to "f2", "f1" and "refine", last call failed.
The term "I" has type "True" while it is expected to have type "False".
The command has indeed failed with message:
Ltac call to "h" failed.
Error: Ltac variable x is bound to I which cannot be coerced to
a declared or quantified hypothesis.
The command has indeed failed with message:
In nested Ltac calls to "h" and "injection", last call failed.
Error: No primitive equality found.
|