mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
module N;
|
|
import M;
|
|
|
|
module M;
|
|
axiom A : Type;
|
|
end;
|
|
|
|
axiom B : M.A;
|
|
|
|
end;
|