1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/tests/negative/ModuleNotInScope.mjuvix
2022-02-17 13:40:19 +01:00

11 lines
89 B
Plaintext

module ModuleNotInScope;
module A;
end;
axiom M : Type;
open M;
end;