Skip to content
  • Richard Eisenberg's avatar
    Optimise optCoercion. (#9233) · 5e7406d9
    Richard Eisenberg authored
    The old optCoercion (and helper functions) used coercionKind and
    coercionRole internally. This was terrible when these had to be
    called at *every* point in the coercion tree during the recursive
    descent. This is rewritten to avoid such calls.
    5e7406d9