X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fprelude%2FPrimRep.lhs;h=2769a583503b4c9b351b02b88782ffe777106f21;hb=13123a9a94d65fac88dd6ce2094f24b5430eeaf2;hp=ab6fdc4f39613da0e17282c2e5568a8bce97fbb4;hpb=67a402e25d3707ce4e031e809b874f8341032d23;p=ghc-hetmet.git diff --git a/ghc/compiler/prelude/PrimRep.lhs b/ghc/compiler/prelude/PrimRep.lhs index ab6fdc4..2769a58 100644 --- a/ghc/compiler/prelude/PrimRep.lhs +++ b/ghc/compiler/prelude/PrimRep.lhs @@ -241,6 +241,7 @@ showPrimRep ThreadIdRep = "StgTSO*" showPrimRep WeakPtrRep = "P_" showPrimRep ForeignObjRep = "StgAddr" showPrimRep VoidRep = "!!VOID_KIND!!" +showPrimRep BCORep = "P_" -- not sure -- JRS 000708 primRepString CharRep = "Char" primRepString Int8Rep = "Char" -- To have names like newCharArray#