-
### Prerequisites
Please put an X between the brackets as you perform the following steps:
* [x] Check that your issue is not already filed:
https://github.com/leanprover/lean4/issues
* …
-
My task this week-end was to provide the necessary function to do properties-based testing, in the style of
```
forall (m : map) k v, find k (insert k v m) = v
```
I have experimented with various t…
-
Currently, the only way to create floating point numbers is to parse them from string. Pretty much the only useful things I can do with these floating point numbers is arithmetic (addition, multiplica…
-
SageMath, in its current state, is not a proof assistant. It does not provide the formal proof capabilities in software specifically designed to construct, check, and verify proofs within a rigorous l…
-
Per previous discussion, we should provide `Show` typeclass as a generic package (say, `coq-show`?) for more scenarios than QuickChick.
---
Maybe it's time to reorganize the existing issues: some …
-
Vimdoc should detect undeclared thrown errors and either error out of doc generation or automatically document them. This would include explicit `throw` invocations and/or errors thrown by detected fu…
-
Error in extension
Should I do some extra configuration?
-
I made a new configs/ file
```
from prover.utils import AttrDict
from prover.algorithms import RMaxTS
# dataset
data_path = 'datasets/bin_addition.jsonl'
data_split = 'valid'
data_repeat = …
-
_From [cmung...@gmail.com](https://code.google.com/u/115850439786749293234/) on March 05, 2013 14:57:40_
The release notes say:
"
We use two patterns exemplified in the next two definitions:
x rel-…
-
The current implementation of non-exponential instance resolution appears a huge undocumented regression — I'm most annoyed by inc-lc/ilc-agda@77b5caa6a6605ebaf46108a64d89b1b9b358ea0c.
As I wrote [el…