Skip to content
  • Richard Eisenberg's avatar
    Fix #8807. · 98b6756b
    Richard Eisenberg authored
    It turns out that the enhanced repPred function in DsMeta assumed
    that the head of any constraint would be a tycon. This assumption
    is false. Happily, the solution involved *deleting* code. I
    just removed repPred in favor of repTy, and added the HsEqTy case
    to repTy, where it should be anyway.
    98b6756b