mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
11 lines
89 B
Plaintext
11 lines
89 B
Plaintext
module ModuleNotInScope;
|
|
|
|
module A;
|
|
end;
|
|
|
|
axiom M : Type;
|
|
|
|
open M;
|
|
|
|
|
|
end; |