stringable-0.1.3: A Stringable type class, in the spirit of Foldable and Traversable

Safe HaskellNone
LanguageHaskell98

Data.Stringable

Documentation

class Stringable a where Source #

Minimal complete definition

toString, fromString, length

Instances

Stringable ByteString Source # 
Stringable Text Source # 
Stringable FilePath Source # 
Stringable ByteString Source # 
Stringable String Source # 
Stringable Text Source #