import ... open
syntax does not work in REPL
#2155
Labels
Milestone
import ... open
syntax does not work in REPL
#2155
To reproduce, run the REPL and evaluate:
The expected evaluation result is
false
rather than an error here.The old
open import ...
syntax works as expected and we have a smoke test:juvix/tests/smoke/Commands/repl.smoke.yaml
Line 447 in b293e19
The text was updated successfully, but these errors were encountered: