1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/tests/negative/ModuleNotInScope.mjuvix

11 lines
89 B
Plaintext
Raw Normal View History

2022-02-17 15:40:19 +03:00
module ModuleNotInScope;
module A;
end;
axiom M : Type;
open M;
end;