Unconditionally make a (Show Ptr) instance
authorIan Lynagh <igloo@earth.li>
Sat, 20 Jun 2009 20:48:09 +0000 (20:48 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 20 Jun 2009 20:48:09 +0000 (20:48 +0000)
commit279ad1298808f05fca5c734dde309dd26596043b
tree394b13018447d41b4e773522030346645b8c647a
parent3c8810e93e25864e629a1d2328918fed3bf5297d
Unconditionally make a (Show Ptr) instance
It used to only exist if (WORD_SIZE_IN_BITS == 32 || WORD_SIZE_IN_BITS == 64)
GHC/Ptr.lhs