Coqtail
Coqtail copied to clipboard
Can't start Coq in theories/Init
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.
See also coq/coq#10169 and coq/coq#10872.