X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcDefaults.lhs;h=f3f35d4c9bed904effbd34b1bff26c0d30e25dc6;hp=6bd8b4a3a32faf63d11959ae4ff04c06ed0f8b3f;hb=d4b95ea994e850f2c85e418b5625874fd25b0ebf;hpb=cbb81129fe303877062079d26505e8cbe0f2a7c9 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)