X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcDefaults.lhs;h=f3f35d4c9bed904effbd34b1bff26c0d30e25dc6;hp=6bd8b4a3a32faf63d11959ae4ff04c06ed0f8b3f;hb=c1681a73fa4ca4cf8758264ae387ac09a9e900d8;hpb=041c35e5d9f3aefab6908b4c776a3fd8242720ab diff --git a/compiler/typecheck/TcDefaults.lhs b/compiler/typecheck/TcDefaults.lhs index 6bd8b4a..f3f35d4 100644 --- a/compiler/typecheck/TcDefaults.lhs +++ b/compiler/typecheck/TcDefaults.lhs @@ -31,7 +31,7 @@ tcDefaults :: [LDefaultDecl Name] -- in Disambig. tcDefaults [] - = getDefaultTys -- No default declaration, so get the + = getDeclaredDefaultTys -- No default declaration, so get the -- default types from the envt; -- i.e. use the curent ones -- (the caller will put them back there)