coqwc
proof assistant for higher-order logic (toplevel and compiler)
Install
- All systems
-
curl cmd.cat/coqwc.sh
- Debian
-
apt-get install coq
- Ubuntu
-
apt-get install coq
- Arch Linux
-
pacman -S coq
- Kali Linux
-
apt-get install coq
- Fedora
-
dnf install coq
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install coq
- OS X
-
brew install coq
- Raspbian
-
apt-get install coq
- Dockerfile
- dockerfile.run/coqwc
coq
proof assistant for higher-order logic (toplevel and compiler)
Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. This package provides coqtop, a command line interface to Coq. A graphical interface for Coq is provided in the coqide package. Coq can also be used with ProofGeneral, which allows proofs to be edited using emacs and xemacs. This requires the proofgeneral package to be installed.