1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/tests/positive/QualifiedSymbol2/N.mjuvix
2022-03-24 10:22:03 +00:00

11 lines
86 B
Plaintext

module N;
import M;
module M;
axiom A : Type;
end;
axiom B : M.A;
end;