Skip to content

Include C label when pretty printing FFI calls.

Andreas Klebinger requested to merge wip/andreask/ppr_foreign_labels into master

Fixes #19020 (closed)

Before we would get

case {__pkg_ccall ghc State# RealWorld -> (# State# RealWorld, Int# #)}_aiIF

now we should get

case {__pkg_ccall(fooBar) ghc State# RealWorld -> (# State# RealWorld, Int# #)}_aiIF

Merge request reports