Skip to content

Allow primops in a :print (and friends) command. Fix #19394

Roland Senn requested to merge RolandSenn/ghc:T19394 into master
  • For primop Ids from GHC.Prim lookup the HValues in GHC.PrimopWrappers.
  • Add short error messages if a user tries to use a Non-Id value or a pseudoop in a :print, :sprint or forcecommand.
  • Add additional test cases for Magic Ids.

Merge request reports