coqc - Man Page
The Coq Proof Assistant compiler
Synopsis
coqc [ general Coq options ] file
Description
coqc is the batch compiler for the Coq Proof Assistant. The options are basically the same as coqtop(1). file.v is the vernacular file to compile. file must be formed only with the characters `a` to `Z`, `0`-`9` or `_` and must begin with a letter. The compiler produces an object file file.vo.
For interactive use of Coq, see coqtop(1).
Options
coqc is a script that simply runs coqtop with option -compile it accepts the same options as coqtop.
- -image bin
use bin as underlying coqtop instead of the default one.
- -verbose
print the compiled file on the standard output.
See Also
coqtop(1), coq_makefile(1), coqdep(1).
The Coq Reference Manual. The Coq web site: http://coq.inria.fr
Referenced By
coqchk(1), coqdep(1), coqide(1), coqnative(1), coqtop(1), coqtop.byte(1), coqtop.opt(1).