string-conversions-0.4.0.1: Simplifies dealing with different types for strings

Safe HaskellSafe
LanguageHaskell2010

Data.String.Conversions.Monomorphic

Contents

Description

Monomorphic conversion functions that are useful when you wish to be explicit about the conversion without writing a type signature or when cs is ambiguous due to polymorphic inputs or outputs.

All functions in this module have cs as their implementation.

Synopsis

From a polymorphic input to a monomorphic output

From a monomorphic input to a polymorphic output