to-string-class-0.1: Converting string-like types to Strings.

StabilityStable
Maintainerv.dijk.bas@gmail.com

Data.String.ToString

Description

 

Synopsis

Documentation

class ToString s whereSource

Methods

toString :: s -> StringSource

Convert a string-like type to a String.

fromToString :: (IsString s2, ToString s1) => s1 -> s2Source

General coercion between string-like types.