mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
4 lines
58 B
Plaintext
4 lines
58 B
Plaintext
|
module InvalidDefault;
|
||
|
|
||
|
f (x : Type := Type) : Type := x;
|