Skip to content
  • parcs's avatar
    Don't defer type errors when evaluating a GHCi expression · 301a718b
    parcs authored
    It is unhelpful here because the expression will get evaluated right
    away anyway, thus emitting a redundant warning followed by an equivalent
    runtime exception. If the expression were an ill-typed pure expression,
    _three_ equivalent type errors would get emitted (due to the two-phase
    typechecking done in 'Plan C')
    301a718b