1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
.TH COQ 1 "April 25, 2001"
.SH NAME
coq\-interface \- Customized Coq toplevel to make user interfaces
.SH SYNOPSIS
.B coq-interface
[
.B options
]
.SH DESCRIPTION
.B coq-interface
is a Coq customized toplevel system for Coq containing some modules
useful for the graphical interface. This program is not for the casual
user.
.SH OPTIONS
.TP
.B \-h
Help. Will give you the complete list of options accepted by
coq-interface (the same as coqtop).
.SH SEE ALSO
.BR coqc (1),
.BR coqdep (1),
.BR coqtop (1),
.BR coq\-parser (1).
.br
.I
The Coq Reference Manual.
.I
The Coq web site: http://coq.inria.fr
|