Allow primops in a :print (and friends) command. Fix #19394
- For primop Ids from
GHC.Prim
lookup the HValues inGHC.PrimopWrappers
. - Add short error messages if a user tries to use a Non-Id value or a
pseudoop
in a:print
,:sprint
orforce
command. - Add additional test cases for
Magic Ids
.