You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to start Coq on a file under theories/Init fails.
vim $(coqtop -where)/theories/Init/Nat.v +CoqStart
# Failed to launch Coq.
This seems to be because the -topfile option doesn't like to be used on a file that is also loaded. Removing it or using the-noinit option fixes the problem.
Trying to start Coq on a file under theories/Init fails.
This seems to be because the
-topfile
option doesn't like to be used on a file that is also loaded. Removing it or using the-noinit
option fixes the problem.See also coq/coq#10169 and coq/coq#10872.
The text was updated successfully, but these errors were encountered: