Format wrapped strings more intuitively
This commit is contained in:
		@@ -15,7 +15,10 @@ import qualified Codec.Picture as CP
 | 
			
		||||
import Language.Haskell.TH.Syntax (Lift(..))
 | 
			
		||||
 | 
			
		||||
newtype String = StringWrapper Prelude.String
 | 
			
		||||
  deriving (Eq, Show, Lift)
 | 
			
		||||
  deriving (Eq, Lift)
 | 
			
		||||
 | 
			
		||||
instance Show String where
 | 
			
		||||
  show (StringWrapper s) = show s
 | 
			
		||||
 | 
			
		||||
type FilePath = String
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user