I try to go through the book Software Foundations Coq ( http://www.cis.upenn.edu/~bcpierce/sf/current/toc.html ), but when I compile Induction.v (which looks like http: // www. cs.uml.edu/~rhenniga/coq/sf_induction.html ), the error message "Error: No reference parity was found in the current environment" appears. - even after compiling Basics.v. Any ideas why?
I can confirm that opening CoqIDE from the same directory works on macOS: cd <sf-dir>; /Applications/CoqIDE_8.5.app/Contents/MacOS/coqide cd <sf-dir>; /Applications/CoqIDE_8.5.app/Contents/MacOS/coqide
cd <sf-dir>; /Applications/CoqIDE_8.5.app/Contents/MacOS/coqide
from: Link "X" not found in current environment
Compiling Basic.v with the coqc Basics.v should contain the Basic.vo and Basic.glob in the same directory. Then it will be good for you to compile Induction.v in the same directory; coqc Induction.v .
Basic.v
coqc Basics.v
Basic.vo
Basic.glob
Induction.v
coqc Induction.v
Source: https://habr.com/ru/post/1011478/More articles:Getting exception: java.lang.NoSuchMethodError: scala.reflect.api.JavaUniverse.runtimeMirror (Ljava / lang / ClassLoader;) when using data frames - scalaDo I need to extend FirebaseInstanceIdService to subscribe to FCM topics? - androidLink "X" not found in current environment - coqXcode Continuous Integration: Configured Recipient Not Found - gitWhat was the purpose of the bold text below in [class.copy] / 12 in C ++ 14? - c ++What is different from hlint, hdevtools and ghc-mod - haskellInterception Request with WKWebView - iosWhat is equivalent to "npm install --save" in Yarn? - npmselect range of elements in spark sql array - arraysFabActUtil.exe output with code -1 - azure-service-fabricAll Articles