logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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'
       to `9' or `_' and must begin with a letter.  The compiler produces an object file file.vo.

       For interactive use of Coq, see coqtop(1).

Name

       coqc - Coq compiler

Options

coqc is a script that simply runs coqtop with option -compile.  It accepts the same options as coqtop.

       -imagebin
              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)

       TheCoqReferenceManual.

       The Coq web site: http://coq.inria.frCOQC(1)

Synopsis

coqc [ general Coq options ] file

See Also