1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 06:23:13 +03:00
juvix/tests/Core/positive/test059.jvc
2023-03-30 19:56:07 +02:00

6 lines
124 B
Plaintext

-- polymorphic type arguments
def id : Π A : Type, A → A := \(A : Type) \(x : A) x;
id (Π A : Type, A → A) id Int 7