summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deSugar/should_compile/ds008.hs
blob: 73707ed5659d22a5ccda3e2e7b9d8b162f6ad5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- !!! ds008 -- free tyvars on RHSs
--
-- these tests involve way-cool TyApps

module ShouldCompile where

f x = []

g x = (f [],[],[],[])

h x = g (1::Int)