I was going the the software foundations course and for some reason I could NOT get the coqc
command to compile my libraries.
I did:
coqc Maps.v
but get the error:
Error: The file /Users/pinocchio/coq/software_foundations_vol1/Maps.vo contains library maps and not library Maps
I also tried compiling with coqIDE but I get the following error:
Error: Compiled library Maps (in file /Users/pinocchio/coq/software_foundations_vol1/Maps.vo) makes inconsistent assumptions over library Coq.Init.Notations
Any ideas on what can I do?