From 2d4d989711476f786e5fdf00e7d737323eca9e74 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 15 Jun 2008 00:59:56 +0000 Subject: [PATCH] Remove a typo --- compiler/specialise/SpecConstr.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs index b4fd460..fb4dc71 100644 --- a/compiler/specialise/SpecConstr.lhs +++ b/compiler/specialise/SpecConstr.lhs @@ -796,7 +796,7 @@ scExpr' env (Case scrut b ty alts) ; let (usg', arg_occs) = lookupOccs usg bs' scrut_occ = case con of DataAlt dc -> ScrutOcc (unitUFM dc arg_occs) - _ofther -> ScrutOcc emptyUFM + _ -> ScrutOcc emptyUFM ; return (usg', scrut_occ, (con,bs',rhs')) } scExpr' env (Let (NonRec bndr rhs) body) -- 1.7.10.4