-
**Describe the bug**
A clear and concise description of what the bug is.
**Desktop (please complete the following information):**
- Juvix Version [e.g. 22] Juvix version 0.6.6-0961d87
**To Rep…
-
The `to-poly` function taking Geb morphisms to the Poly category seems to be faulty. The issue this stems from is #93 and has to do with evaluating the identity function on Bool in STLC - `(lamb (copr…
-
* https://en.wikipedia.org/wiki/Smart_contract
* https://en.wikipedia.org/wiki/Ricardian_contract
other list of smart contract languages:
* https://www.dslfin.org/resources.html
* https://gith…
-
I get the error:
```
Suspicious state from syntax checker juvix: Flycheck checker juvix returned 1, but its output contained no errors: Invalid option `--only-errors'
Usage: juvix ((-v|--version)…
-
When you start typing and you haven't yet finished writing correct code, all highlighting disappears, including of the already correct code typed earlier. This is very annoying.
-
We need to figure out how to do that. A straightforward approach of caching the `r0vm` executable didn't work. RISC0 installation also modifies something in the Rust toolchain (which we install separa…
-
Typechecking
```
module termRec;
import Stdlib.Prelude open;
type MyList A :=
| myNil
| myCons@{
elem : A;
next : MyList A;
};
go {A B} (f : A -> B) : MyList A -> M…
-
-
-
NB the traversal needs to be applicative not just pure