-
I constantly get a pop-up window saying "The task 'juvix: typecheck' is already active" and the error messages pop up constantly in the terminal window while typing. Maybe there should be some delay l…
-
After merging #1667, cleaning and building from scratch, I get the error message in VSCode:
```
Failed to find the GHC version of this Cabal project. Error when calling cabal exec -v0 -- ghc --print…
-
-
After loading the module
```
module test001;
open import Stdlib.Prelude;
main : IO;
main := printNatLn (5 + 2 * 3);
end;
```
into the REPL and evaluating `main`, one gets the error:
```…
-
This issue occurs when working in VSCode without any workspace open.
-
-
**Is your feature request related to a problem? Please describe.**
When diving into a language, it can be nice to have a REPL to quickly experiment with APIs or language features.
- Something like…
-
(originally by @james-chf)
> the difference between ≔ and = is hard to spot, I thought = was the symbol to use when writing function clauses
-
I was looking at Juvix examples today, and many examples are quite hard to read
```juvix
--- Given a player attempted move, updates the state accordingly.
playMove : Maybe Nat → GameState →…
-
Currently juvix has (non-recursive) lambda expressions in the concrete syntax, but they are not supported in the typechecker nor in the backend. They will be supported in the new backend, so to prepar…