Skip to content
  • Simon Peyton Jones's avatar
    Error message wibbles · 9ca4a73d
    Simon Peyton Jones authored
    Almost all are re-orderings of relevant-binding output
    
           Relevant bindings include
      +      m :: Map (a, b) elt (bound at T3169.hs:12:17)
      +      b :: b (bound at T3169.hs:12:13)
             lookup :: (a, b) -> Map (a, b) elt -> Maybe elt
               (bound at T3169.hs:12:3)
      -      b :: b (bound at T3169.hs:12:13)
      -      m :: Map (a, b) elt (bound at T3169.hs:12:17)
    9ca4a73d