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

module Test where

f x = []

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

h x = g (1::Int)