blob: 01e749a22cc729062d47309584d54cb75e82887b (
plain)
1
2
3
4
5
6
|
bar @Int :: Int -> b -> Int
bar @Int :: forall {b}. Int -> b -> Int
prox :: forall {k} {a :: k}. Prox @{k} a
prox @Int :: Prox @{*} Int
Prox :: forall {k} {a :: k}. Prox @{k} a
Prox @Int :: Prox @{*} Int
|