-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
error during make #15
Comments
Hi! What version of Coq are you using? We currently use If this is a problem for your intended use case (e.g. if you are thinking of using it as part of another development), please tell us, and what version of Coq you need to use. |
thanks, I managed to compile it by downgrading coq, do you know how I can import the library in coqide? (I'm new with coq) |
Inspired by your post, I just updated our repo to support coq 8.16.1 (it should still support 8.12.2 as well, so no need to change back) |
If you use opam, running something like |
thank you very much, with the new updated version of the code when I import FormalML.ProbTheory.Event I have this error: |
try |
@davidenitti if you are using proof general + emacs, there is a flag |
thanks it works now, but I still have to specify the library in the call: coqide -R FormalML/coq FormalML, not sure if there is a way to automatically find the library. (I installed with opam install with the new code). |
I would recommend putting that in a |
Section 3 of https://arxiv.org/pdf/2202.05959.pdf gives highlights of some of the development, although we have added more since then (also, it is of course simplified). |
I have this error when installing:
I kind of solved replacing dec0 with dec (but I'm not sure is ok)
but now I get this error
I managed to fix second error by installing it in a new switch with
opam switch create nnsopt 4.07.0
, maybe some version of the default switch is not compatible, in any case I still have the first error and other similar that I fixed as said before (removing the 0 from the name of the variable) but now I have this:The text was updated successfully, but these errors were encountered: