mirror of
https://github.com/anoma/juvix.git
synced 2024-12-11 08:25:46 +03:00
7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
|
module AppLeftImplicit;
|
||
|
|
||
|
x : Type;
|
||
|
x ≔ {x};
|
||
|
|
||
|
end;
|