[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds037.hs
1 --!!! AbsBinds with tyvars, no dictvars, but some dict binds
2 --
3 f x y = (fst (g y x), x+(1::Int))
4 g x y = (fst (f x y), y+(1::Int))