From: sof Date: Wed, 8 Apr 1998 07:56:13 +0000 (+0000) Subject: [project @ 1998-04-08 07:56:13 by sof] X-Git-Tag: Approx_2487_patches~821 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d488074ee8175b144a9ebf030800d9649d8ade0f;p=ghc-hetmet.git [project @ 1998-04-08 07:56:13 by sof] typo --- diff --git a/ghc/compiler/deSugar/MatchLit.lhs b/ghc/compiler/deSugar/MatchLit.lhs index 7ffbdae..a32f33e 100644 --- a/ghc/compiler/deSugar/MatchLit.lhs +++ b/ghc/compiler/deSugar/MatchLit.lhs @@ -74,7 +74,7 @@ matchLiterals all_vars@(var:vars) eqns_info@(EqnInfo n ctx (LitPat literal lit_t mk_core_lit ty (HsFloatPrim f) = MachFloat f mk_core_lit ty (HsDoublePrim d) = MachDouble d mk_core_lit ty (HsLitLit s) = ASSERT(isUnpointedType ty) - achLitLit s (panic "MatchLit.matchLiterals:mk_core_lit:HsLitLit; typePrimRep???") + MachLitLit s (panic "MatchLit.matchLiterals:mk_core_lit:HsLitLit; typePrimRep???") mk_core_lit ty other = panic "matchLiterals:mk_core_lit:unhandled" \end{code}