Open Lysxia opened 4 years ago
Right now the Coq code is compiled with -R base/ "", which causes warnings because these modules have the same names as those under base-thy/.
-R base/ ""
base-thy/
That was a design choice back then (and we learned to live with the warning). Maybe not very Coq’ish, so of course can be changed
Right now the Coq code is compiled with
-R base/ ""
, which causes warnings because these modules have the same names as those underbase-thy/
.