text-show-3.3: 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.Complex

Contents

Description

Monomorphic TextShow function for Ratio values.

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

Since: 2

Synopsis

Documentation

showbComplexPrec :: TextShow 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 (TextShow a, RealFloat a) constraint instead of just a (TextShow a) constraint.

Since: 2

Orphan instances