Coq
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,
the formalization of mathematics and teaching.
Here are 380 public repositories matching this topic...
pi_1(circle, pt) = Z
There is now a type circle in UniMath.SyntheticHomotopyTheory.Circle2. It would be great to define pi_1 of a pointed type, and to show that pi_1(circle, pt) \simeq Z.
-
Updated
Mar 16, 2020 - Coq
Counter examples today show information in tables to invalidate the equivalence, but does not show the result of the queries that makes evident that difference. It would be great if you could add that.
-
Updated
Jan 31, 2020 - Coq
-
Updated
May 20, 2020 - HTML
- Document the new option
coq-errormsg-as-failureadded in #238 (in CHANGES and PG doc) - Also, document somewhere (e.g. in the Wiki) the new behavior of
pg: asyncregarding retraction.
Sources: ProofGeneral/PG#238 (comment), ProofGeneral/PG#238 (comment)
See also: <https://github.com/ProofGeneral/PG/p
[doc] Merging a PR
I could not find in the reviewing checklist a note on how to merge.
In particular if the PR has overlays, one has to merge them.
Hey folks,
I use emacs 26.2 with the development version of spacemacs.
The autocompletion works fine but two doc buffers are opened when the documentation of some element is shown. One doc buffer is the original one generated from
company-coq and the other is the company-quickhelp pos-tip window which should subsume
the doc buffer.
I
-
Updated
May 7, 2020
Just saying QuickChick uses arguments to customize execution doesn't give the user much guidance about how they could pass an Args record to QC if they needed to. (For example, they might want a different value for the max number of successes in different sections, so defining it as a global constant doesn't work...)
-
Updated
May 26, 2020 - Agda
Also there is something very confusing.
As far as I understand:
Require Import Program.
From Equations Require Import Equations.
will use dependent induction of Program.
But
Require Import Program.
From Equations Require Import Equations.
Require Import Equations.Prop.DepElim.
will use dependent induction of Equations.
:-)
-
Updated
Mar 8, 2020 - Coq
-
Updated
Mar 13, 2020 - Coq
-
Updated
May 13, 2020 - Coq
I personally don't care for custom formatting styles, but @maximedenes is very particular. To speed up development, and never have to worry about whitespace again, we should decide on a .prettierrc and format the codebase accordingly. Docs are here.
-
Updated
Apr 27, 2020 - Coq
See #24
-
Updated
Jul 23, 2019
-
Updated
May 27, 2020 - Coq
Re: siegebell/vscoq#91 (comment)
It's possible to overwrite the styles for the ProofView window by running the Coq: Customize proof-view styling command, which is a great customization feature! It'd be helpful to highlight this feature somewhere in the README and/or the wiki docs.
Any thoughts on where this should live if we want to do this?
Created by Gérard Pierre Huet, Thierry Coquand
Released 1989
Latest release about 2 months ago
- Repository
- coq/coq
- Website
- coq.inria.fr
- Wikipedia
- Wikipedia

Dune already supports
chrome://tracing/style profiling Coq and libraries builds at the file level with the--trace-fileoption. We should integrate this with per-sentence timing so profiles display per-sentence data.