We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by Lysxia Saturday May 30, 2020 at 20:28 GMT Originally opened as antalsz/hs-to-coq#158
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/
The text was updated successfully, but these errors were encountered:
Comment by nomeata Tuesday Jun 02, 2020 at 08:49 GMT
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
Sorry, something went wrong.
Resolve plclub#158.
1db7f38
76e879b
5dbddbd
a713aec
No branches or pull requests
Issue by Lysxia
Saturday May 30, 2020 at 20:28 GMT
Originally opened as antalsz/hs-to-coq#158
Right now the Coq code is compiled with
-R base/ ""
, which causes warnings because these modules have the same names as those underbase-thy/
.The text was updated successfully, but these errors were encountered: