X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcPat.lhs;h=61ee9382d21ccbd27600c2a5566202a28c42236b;hp=a5dd0012bbe9a9171c6276cf18451249109ec305;hb=288213d7c2c65fa68ca466c1a1a3378e24fa1151;hpb=bef3803d8e6f5c4396aa3c43b0776b9794b1343f diff --git a/compiler/typecheck/TcPat.lhs b/compiler/typecheck/TcPat.lhs index a5dd001..61ee938 100644 --- a/compiler/typecheck/TcPat.lhs +++ b/compiler/typecheck/TcPat.lhs @@ -36,7 +36,6 @@ import VarSet import TcUnify import TcHsType import TysWiredIn -import TcGadt import Type import Coercion import StaticFlags @@ -670,7 +669,7 @@ tcConPat pstate con_span data_con tycon pat_ty arg_pats thing_inside ; loc <- getInstLoc origin ; dicts <- newDictBndrs loc theta' - ; dict_binds <- tcSimplifyCheckPat loc [] ex_tvs' dicts lie_req + ; dict_binds <- tcSimplifyCheckPat loc ex_tvs' dicts lie_req ; let res_pat = ConPatOut { pat_con = L con_span data_con, pat_tvs = ex_tvs',