1 2 3 4 5 6
-- !!! AbsBinds with tyvars, no dictvars, but some dict binds -- module ShouldCompile where f x y = (fst (g y x), x+(1::Int)) g x y = (fst (f x y), y+(1::Int))