mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
93a91a70a7
* Closes #2252 * Depends on #2305
10 lines
117 B
Plaintext
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;
|