X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnMonad.lhs;h=5ada68a90b3bfa8a35206dbd224b9643af124e47;hb=5d541fe7c43a1dc4c1b2dd9ee49e64238b0754ca;hp=af75fe6e4996e9e9abb1decd37ef6ed3c8a88253;hpb=44ba24dc84d271ca9bd5ab5060cb63ed87f585e3;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcRnMonad.lhs b/compiler/typecheck/TcRnMonad.lhs index af75fe6..5ada68a 100644 --- a/compiler/typecheck/TcRnMonad.lhs +++ b/compiler/typecheck/TcRnMonad.lhs @@ -187,7 +187,7 @@ addBreakpointBindings thing_inside = mkGlobalId VanillaGlobal breakpointCondJumpName (basicType (FunTy boolTy)) vanillaIdInfo } - ; extendIdEnv [breakpoingJumpId, breakpointCondJumpId] thing_inside} + ; extendIdEnv [breakpointJumpId, breakpointCondJumpId] thing_inside} #else = thing_inside #endif