Breakpoints: get the names of the free variables right
[ghc-hetmet.git] / compiler / hsSyn / HsBinds.lhs
index 41bbea9..f2da8bf 100644 (file)
@@ -95,7 +95,7 @@ data HsBind id
                                -- Before renaming, and after typechecking, 
                                -- the field is unused; it's just an error thunk
 
-        fun_tick :: Maybe Int   -- This is the (optional) module-local tick number. 
+        fun_tick :: Maybe (Int,[id])   -- This is the (optional) module-local tick number. 
     }
 
   | PatBind {  -- The pattern is never a simple variable;