coq-stdlib
  1. Overview
  2. Docs
The Coq Proof Assistant -- Standard Library

Install

Authors

Maintainers

Sources

V8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

Description

Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

Typical applications include the certification of properties of programming languages (e.g. the CompCert compiler certification project, or the Bedrock verified low-level programming library), the formalization of mathematics (e.g. the full formalization of the Feit-Thompson theorem or homotopy type theory) and teaching.

This package includes the Coq Standard Library, that is to say, the set of modules usually bound to the Coq.* namespace.

Published: 30 Mar 2023

Dependencies (2)

  1. coq-core = version
  2. dune >= "2.9"

Dev Dependencies

None

Used by (1)

  1. coq >= "8.17.0"

Conflicts

None