1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-15 01:52:11 +03:00
juvix/tests/positive/WildcardArguments.juvix
2023-08-16 17:51:09 +02:00

4 lines
63 B
Plaintext

module WildcardArguments;
fn {A : Type} (a _ _ : A) : A := a;