Skip to content
  • Simon Peyton Jones's avatar
    Improve error messages · 1c84e30e
    Simon Peyton Jones authored
    In particular, instead of
       Cannot match 'a' with 'b'
    we get
       Could not deduce (a~b) from context (F a ~ b)
    or whatever
    1c84e30e