string-combinators-0.2: Polymorphic functions to build and combine stringlike valuesSource codeContentsIndex
Data.String.Stringable
PortabilityRequires TypeSynonymInstances
StabilityStable
MaintainerBas van Dijk <v.dijk.bas@gmail.com>
Description
Synopsis
class IsString s => Stringable s where
toString :: s -> String
Documentation
class IsString s => Stringable s whereSource
Class of types that can be converted to and from a String.
Methods
toString :: s -> StringSource
show/hide Instances
Produced by Haddock version 2.4.2