mirror of
https://github.com/anoma/juvix.git
synced 2024-12-03 09:41:10 +03:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
module UnexpectedArgumentNew;
|
||
|
|
||
|
type T := t : T;
|
||
|
|
||
|
f (a : T) : T := t;
|
||
|
|
||
|
x : T := f@{x := t};
|