prologue-3.2.2: Better, more general Prelude exporting common utilities.

Safe HaskellNone
LanguageHaskell2010

Data.String.Class

Documentation

class ToString a where Source #

Methods

toString :: a -> String Source #

toString :: Show a => a -> String Source #