text-show-3.8.5: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Complex

Description

TextShow instances for Ratio.

Since: 2

Orphan instances

TextShow1 Complex Source #

Since: 2

Instance details

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Complex a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Complex a] -> Builder Source #

TextShow a => TextShow (Complex a) Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Complex a -> Builder Source #

showb :: Complex a -> Builder Source #

showbList :: [Complex a] -> Builder Source #

showtPrec :: Int -> Complex a -> Text Source #

showt :: Complex a -> Text Source #

showtList :: [Complex a] -> Text Source #

showtlPrec :: Int -> Complex a -> Text Source #

showtl :: Complex a -> Text Source #

showtlList :: [Complex a] -> Text Source #