-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolving circular dependency error, adding not_symmetry to stdpp_tac…
…tics.v
- Loading branch information
Showing
2 changed files
with
77 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
COQC ./misc/util.v | ||
File "./misc/util.v", line 1, characters 0-149: | ||
Warning: Notation "_ = _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./misc/util.v", line 1, characters 0-149: | ||
Warning: Notation "_ ≠ _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
misc/util.vo (real: 5.25, user: 0.00, sys: 0.01, mem: 4896 ko) | ||
COQC ./misc/decision.v | ||
File "./misc/decision.v", line 1, characters 0-78: | ||
Warning: Notation "_ = _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./misc/decision.v", line 1, characters 0-78: | ||
Warning: Notation "_ ≠ _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
misc/decision.vo (real: 3.03, user: 0.00, sys: 0.03, mem: 4328 ko) | ||
COQC ./interfaces/abstract_algebra.v | ||
File "./interfaces/abstract_algebra.v", line 1, characters 0-192: | ||
Warning: Notation "_ = _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./interfaces/abstract_algebra.v", line 1, characters 0-192: | ||
Warning: Notation "_ ≠ _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./interfaces/abstract_algebra.v", line 50, characters 0-76: | ||
Warning: Adding and removing hints in the core database implicitly is | ||
deprecated. Please specify a hint database. | ||
[implicit-core-hint-db,deprecated-since-8.10,deprecated,default] | ||
interfaces/abstract_algebra.vo (real: 2.89, user: 0.00, sys: 0.03, mem: 4892 ko) | ||
COQC ./theory/products.v | ||
File "./theory/products.v", line 1, characters 0-57: | ||
Warning: Notation "_ = _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./theory/products.v", line 1, characters 0-57: | ||
Warning: Notation "_ ≠ _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./theory/products.v", line 19, characters 35-46: | ||
Error: No such goal. | ||
|
||
Command exited with non-zero status 1 | ||
theory/products.vo (real: 2.53, user: 0.00, sys: 0.00, mem: 4896 ko) | ||
make[4]: *** [Makefile.coq:838: theory/products.vo] Error 1 | ||
make[4]: *** [theory/products.vo] Deleting file 'theory/products.glob' | ||
make[3]: *** [Makefile.coq:409: all] Error 2 | ||
COQC ./theory/products.v | ||
File "./theory/products.v", line 1, characters 0-57: | ||
Warning: Notation "_ = _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./theory/products.v", line 1, characters 0-57: | ||
Warning: Notation "_ ≠ _" was already used in scope type_scope. | ||
[notation-overridden,parsing,default] | ||
File "./theory/products.v", line 19, characters 35-46: | ||
Error: No such goal. | ||
|
||
Command exited with non-zero status 1 | ||
theory/products.vo (real: 2.10, user: 0.01, sys: 0.01, mem: 4908 ko) | ||
make[4]: *** [Makefile.coq:838: theory/products.vo] Error 1 | ||
make[4]: *** [theory/products.vo] Deleting file 'theory/products.glob' | ||
make[3]: *** [Makefile.coq:409: all] Error 2 |