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

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

Text.Show.Text.Data.Complex

Description

Monomorphic Show function for Ratio values.

Due to use of the DatatypeContexts extension, there is no Show1 Complex instance on base-4.3.0.0.

Since: 0.5

Synopsis

Documentation

showbComplexPrec :: Show a => Int -> Complex a -> Builder Source

Convert a Complex value to a Builder with the given precedence.

Note that on base-4.3.0.0, this function must have a (Show a, RealFloat a) constraint instead of just a (Show a) constraint. Since: 0.5