1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/tests/positive/ImportAsOpen/Main.juvix
2023-07-11 17:22:07 +02:00

8 lines
73 B
Plaintext

module Main;
import Other as O open;
B : Type := A;
B' : Type := O.A;