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

7 lines
54 B
Plaintext
Raw Normal View History

module AppLeftImplicit;
x : Type;
x ≔ {x};
end;