-
E.g.
```
module Example;
type Fun := mkFun (T -> T);
type T := mkT;
```
is incorrectly translated (with `juvix dev internal pretty Example.juvix`) to
```
module MutualIssue;
mutual {
…
-
I think that it might be more intuitive to have the `--non-interactive` behaviour as the default and instead have an `--interactive flag`.
-
customer: @mariari
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [x] #755
- [x] #716
- [x] https://github.com/anoma/juvix/issues/2902
- [x] #711…
-
Notes from review by @cwgoes 2024.10.29 (not yet fully organized into tasks).
I started with reviewing _only_ the overall model (not the transparent instantiation).
- We should align the identit…
-
## Background
Users can choose to import the Juvix standard library in `Package.juvix` files. Note that the standard library is not required if you're just declaring a simple package, but there may…
-
the CI takes over 15 minutes to run simple topics:
https://github.com/anoma/juvix-stdlib/actions/runs/11716928476/job/32635794732?pr=139
I'm leaving this issue here, for me to eventually investi…
-
The projects should reuse some instance of the standard library by default instead of having its own copy.
We can use `defaultStdlib` identifier in the `Package.juvix` file to refer to the global s…
-
In order to test that the Juvix compiled Anoma logic functions work correctly we should implement an automated test suite that runs Juvix compiled logic functions in an instance of the Anoma system.
…
-
-
customer:
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
- [x] Investigate encryption methods for cairo backend to achi…