MOre specializers.

This commit is contained in:
Stephen Diehl
2016-06-30 10:59:15 -04:00
parent a7bc40452f
commit e2b886bb64
+2
View File
@@ -356,3 +356,5 @@ show x = toS (PBase.show x)
{-# SPECIALIZE show :: Show a => a -> String #-}
{-# SPECIALIZE show :: Show a => a -> Text #-}
{-# SPECIALIZE show :: Show a => a -> LText #-}
{-# SPECIALIZE show :: Show a => a -> ByteString #-}
{-# SPECIALIZE show :: Show a => a -> LByteString #-}