text-show-3.2: Efficient conversion of values into Text

Copyright(C) 2014-2016 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Type.Coercion

Description

Monomorphic TextShow function for representational equality. This module only exports functions if using base-4.7.0.0 or later.

Since: 2

Synopsis

Documentation

showbCoercion :: Coercion a b -> Builder Source

Convert a representational equality value to a Builder. This function is only available with base-4.7.0.0 or later.

Since: 2