-
Hello! I'd like to prove correctness of a few simple Michelson programs in Coq. Since the language specification has changed in the last two years, (i) which branch should I be working with? (ii) what…
-
Hi @pi8027 ,
I have an opam switch with coq 8.13.1, and I get the following error message when trying to install your library with opam, following the instructions in the readme:
```
assia@tepoztla…
-
#### Description of the problem
During a [recent discussion on coq-club](https://sympa.inria.fr/sympa/arc/coq-club/2020-09/msg00035.html) it was remarked that the respective sections of the man…
chdoc updated
4 years ago
-
This is an ongoing effort to document how the executable parts of reglang could be refined to have better performance in practice for extracted code. This kind of refinement could be done in several w…
-
I am curious whether we can get this to work:
Require Import HProp.
Goal forall {A B:Type}, IsHProp A -> A B -> IsHProp B.
intros ?? H e.
rewrite
-
I wish all types (type families) in the standard library came with a distinguished notions of validity and equivalence, ideally expressed using a partial equivalence relations. For example
`nat_per…
-
Conversation with Gemini
expandf_more
# SPDX-FileCopyrightText: 2019 Jeremiah Orians
# SPDX-FileCopyrightText: 2022 Andrius Štikonas
#
# SPDX-License-Identifier: GPL-3.0-or-later
## ELF Header…
-
lets use coq unimath to decribe a room design using sheaves of rings in analytical geometry
That sounds like a very challenging and interesting task. Coq is a proof assistant that allows you to wri…
-
EDIT by @Blaisorblade: current summary: On some OS X machines, Coq with configure native-compiler=yes is ~10x slower and uses ~100x more memory than without. End EDIT.
#### Original description…
-
I'm not convinced that there exists a naming scheme for variables that meets all
5 requirements in [the report](https://github.com/harp-project/AML-Formalization/blob/subst-translation/prover/transla…