-
#### Version
8.8.0
#### Operating system
macOS 10.13.5
#### Description of the problem
The following snippet
```coq
Inductive foo : Set -> Type := Foo : foo unit.
Lemma bar U (pf…
-
#### Version
The Coq Proof Assistant, version 8.8.1 (September 2018)
compiled on Sep 24 2018 15:30:31 with OCaml 4.04.2
#### Operating system
Ubuntu 16.04.5 LTS
#### Description of the pr…
-
#### Version
Coq 8.15.1
#### Operating system
Red Hat Enterprise Linux Workstation 7.9
#### Description of the problem
The documentation on generalized rewriting suggests
that `rewrite…
-
Here is a list of system-defined unit from Chemotion ([Eletronic Lab Notebook)](https://chemotion.net/docs/labimotion/guides/designer/components/fields/types/system-defined). Unfortunately, the con…
-
spinned off from https://github.com/coq/coq/issues/9028#issuecomment-440465014
I would like to be able to define a notation that prints the types of variables bound in a `match`. This is mostly to …
-
Currently:
```coq
with eval_bindings_nonrec : Term -> Term -> nat -> Prop :=
...
| E_Let_TermBind : forall s x T t1 j1 v1 j2 v2 bs t0, …
-
Hi, I was trying to run your `evaluate_bm25.py` baseline, but I got the following error. There may be some problem with `elasticsearch`. Could you please help me fix it?
```
2022-02-17 02:38:34 - Lo…
-
Currently, hs-to-coq uses Program Fixpoint to deal with more complex termination arguments. However, this makes it extremely hard to work with the resulting code, since Program Fixpoint creates huge p…
-
Consider the following painfully contrived Haskell code:
```haskell
module BadMut where
data Nat = Z | S Nat
sink :: Nat -> a -> a
sink Z x = x
sink (S n) x = sank n x
sank :: Nat -…
-
- [This paper](https://www.sciencedirect.com/science/article/pii/S0019057823002240) uses the torque as the control input of the system. They then uses an inner loop on their DC motor to control the to…