-
**Describe the bug**
Evaluating an expression such as `1` at the REPL of the H LispUsers module (a Horn clauses theorem prover) prints this prompt:
```
CATCH -> CL:CATCH ?
```
Answering no …
-
It would be good to be able to tell HOL to allow you to define multiple independent functions in one definition block without it complaining, because this would make it easier to debug when you are de…
-
Make enhancements and fixes to the quantum algebra package, including the following as a first batch of updates:
1. Fix the bra_def axiom and KEEP the qmult_of_bra_as_map theorem. qmult_of_bra_as_ma…
-
The page
is poorly structured -- haphazard.
A visualization of the interrelation of design decisions explains the complexity:
```graphviz
digraph G {
rankdir=LR;
/*
legend for shapes:
…
-
Hi,
When doing HOL (https://github.com/HOL-Theorem-Prover/HOL) related work, I encountered a seemingly polyML bug:
```
Building directory src/probability [04 Apr, 14:25:45]
Holmake: Analysing extrea…
-
- [ ] [optillm/README.md at main · codelion/optillm](https://github.com/codelion/optillm/blob/main/README.md?plain=1)
# optillm
optillm is an OpenAI API compatible optimizing inference proxy whi…
-
Hi,
It seems that for each core theory there are two HTML pages generated in the help page. One is that you directly click the theory names from the HOL Reference Page (`help/index.html`), the oth…
-
[MIRAI](https://github.com/facebookexperimental/MIRAI) is an abstract interpreter for MIR. It uses the [Z3 theorem prover](https://github.com/Z3Prover/z3) as part of its implementation. Z3 uses C++, a…
-
One possibility
```
Definition foo_def:
(** constname1 : type1 *)
(** constname2 : type2 *)
...
End
```
mn200 updated
2 years ago
-
# Abstract
Expand transpiler use of [z3 Theorem Prover](https://github.com/Z3Prover/z3)
# Description
`z3` is employed as declarative logic in a couple of transpiler optimization passes alread…