-
The filepath option `[JUVIX_FILE]` is missing in several commands.
-
Currently Linux users need to install juvix using stack and build from source. We want to provide a convenient way of installing Juvix without building from source by distributing statically linked bi…
-
**Is your feature request related to a problem? Please describe.**
At first glance, `juvix --help` shows the option `--stdin` which is documented to `Read from Stdin`,
and so I thought I could use…
-
The attached screenshot shows example code which induces the Juvix VSCode extension to use different colors for different parts of some of the same words.
-
-
Compiling:
```agda
module loneaxiom;
inductive Unit{
unit : Unit;
};
axiom ignore : Unit -> Unit;
end;
```
results in:
```
juvix: Name {_nameText = "ignore", _nameId = NameId …
-
To see the bug:
* Navigate to https://docs.juvix.org/examples/html/Fibonacci/Fibonacci.html
* Click on the link for `open import Stdlib.Prelude`
### Expected:
The browser navigates to the HTML…
-
-
The following program exhibits the issue. No error should be thrown.
```agda
module example;
inductive T (A : Type) {
c : T _;
};
end;
```
However, this is what we get:
```bash
$ juvix …
-
Currently `minijuvix compile` produces WASI binaries that can be executed using a local WASM runtime like wasmer.
This issue is to add support for compilation of pure WASM binaries that export a fu…