Skip to content

IPE: Eliminate dependency on Read

Ben Gamari requested to merge wip/T24504 into master

Instead of encoding the closure type as decimal string we now simply represent it as an integer, eliminating the need for Read in GHC.Internal.InfoProv.Types.peekInfoProv.

Closes #24504 (closed).

Merge request reports