mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
4b29f551b4
* Closes #2288
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
module WildcardArguments;
|
|
|
|
fn {A : Type} (a _ _ : A) : A := a;
|