summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T11376.stdout
blob: 3c7674774cb26d2bc472b21a69cf2a58eabad6c5 (plain)
1
2
3
4
5
6
bar @Int :: Show Int => Int -> b -> Int
bar @Int :: forall b. Show Int => 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