[project @ 2002-10-11 15:45:05 by simonpj]
authorsimonpj <unknown>
Fri, 11 Oct 2002 15:45:05 +0000 (15:45 +0000)
committersimonpj <unknown>
Fri, 11 Oct 2002 15:45:05 +0000 (15:45 +0000)
Wibble

ghc/compiler/typecheck/TcDefaults.lhs

index 1c13bc2..82290db 100644 (file)
@@ -53,7 +53,7 @@ tcDefaults [DefaultDecl mono_tys locn]
     
        returnM tau_tys
 
-tc_defaults decls@(DefaultDecl _ loc : _) =
+tcDefaults decls@(DefaultDecl _ loc : _) =
     addSrcLoc loc $
     failWithTc (dupDefaultDeclErr decls)