From d488074ee8175b144a9ebf030800d9649d8ade0f Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 8 Apr 1998 07:56:13 +0000 Subject: [PATCH] [project @ 1998-04-08 07:56:13 by sof] typo --- ghc/compiler/deSugar/MatchLit.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4