X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcPat.lhs;h=097402fc2753cedd29d13df57bf3244a127e5c2b;hp=ff08a2880c6cb529c1259513de86d68b161c40eb;hb=74b27e20425336403d80e942ee3faf00f8c36ef8;hpb=00b6d2567426ec52a113b1d3687e1d61368cafda diff --git a/compiler/typecheck/TcPat.lhs b/compiler/typecheck/TcPat.lhs index ff08a28..097402f 100644 --- a/compiler/typecheck/TcPat.lhs +++ b/compiler/typecheck/TcPat.lhs @@ -471,7 +471,7 @@ tc_pat pstate pat@(NPlusKPat (L nm_loc name) lit ge minus) pat_ty thing_inside ; res <- tcExtendIdEnv1 name bndr_id (thing_inside pstate) ; returnM (NPlusKPat (L nm_loc bndr_id) lit' ge' minus', [], res) } -tc_pat _ _other_pat _ _ = panic "tc_pat" -- DictPat, ConPatOut, SigPatOut, VarPatOut +tc_pat _ _other_pat _ _ = panic "tc_pat" -- ConPatOut, SigPatOut, VarPatOut \end{code}