Closed wenkokke closed 4 years ago
The command make fails with the following error:
make
COQC learners.v File "./learners.v", line 12, characters 15-28: Error: Unable to locate library MLCert.monads. make[1]: *** [learners.vo] Error 1 make: *** [all] Error 2
Edit: after running make clean the command now succeeds
make clean
Looks like it works after make clean.
The command
make
fails with the following error:Edit: after running
make clean
the command now succeeds