1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/tests/positive/FancyPaths/Main.juvix
Łukasz Czajka 93a91a70a7
Remove open import syntax (#2307)
* Closes #2252 
* Depends on #2305
2023-08-25 16:43:34 +02:00

10 lines
117 B
Plaintext

module Main;
import Dep open;
import Other open;
import Home open;
axiom x : dep;
axiom y : other;
axiom z : home;