Skip to content

Kill off sc_mult and as_mult fields

Simon Peyton Jones requested to merge wip/T18494 into master

Following the idea in #18494 (closed), kill off sc_mult and as_mult fields.

They are readily derivable from other fields, so this is more efficient, and less error prone.

Merge request reports