logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

coqtop - toplevel Coq system

Description

coqtop  is  the toplevel system of Coq, for interactive use.  It reads phrases on the standard input, and
       prints results on the standard output.  For batch-oriented use of Coq, see coqc(1).

Name

       coqtop - toplevel Coq system

Options

-h, --help
              Help.  Will give you the complete list of options accepted by coqtop.

       -Idir,--includedir
              Add directory dir in the include path.

       -Rdircoqdir
              Recursively map physical dir to logical coqdir.-topcoqdir
              Set the toplevel name to be coqdir instead of Top.

       -nois  Start with an empty initial state.

       -load-ml-sourcefilename
              Load ML file filename.-load-ml-objectfilename
              Load ML object file filenname.-load-vernac-sourcefilename,-lfilename
              Load Coq file filename.v.  (Load filename.)

       -load-vernac-source-verbosefilename,-lvfilename
              Load verbosely Coq file filename.v.  (Load Verbose filename.)

       -requirelib
              Load Coq library lib.  (Require lib.)

       -require-importlib,-rilib
              Load Coq library lib and import it.  (Require Import lib.)

       -require-exportlib,-relib
              Load Coq library lib and transitively import it.  (Require Export lib.)

       -require-fromrootlib,-rfromrootlib
              Load Coq library lib.  (From root Require lib.)

       -require-import-fromrootlib,-rifromrootlib
              Load Coq library lib and import it.  (From root Require Import lib.)

       -require-export-fromrootlib,-refromrootlib
              Load Coq library lib and transitively import it.  (From root Require Export lib.)

       -load-vernac-objectlib
              Obsolete synonym of -require.

       -where Print Coq's standard library location and exit.

       -v     Print Coq version and exit.

       -q     Skip loading of rcfile (resource file) if any.

       -init-filefilename
              Set the rcfile to filename.-batch Batch mode (exits just after arguments parsing).

       -emacs Tells Coq it is executed under Emacs.

       -dump-globfilename
              Dump globalizations in file filename (to be used by coqdoc(1)).

       -impredicative-set
              Set sort Set impredicative.

       -dont-load-proofs
              Don't load opaque proofs in memory.

See Also

coqc(1), coq-tex(1), coqdep(1)

       TheCoqReferenceManual.

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

Synopsis

coqtop [ options ]

See Also