cifl-math-library-1.1.1.0: Math libraries
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.Number.BiStream

Synopsis

Documentation

data BiStream a Source #

This data type is a bidirectional version of a stream.

Constructors

BiStream 

Fields

Instances

Instances details
Functor BiStream Source # 
Instance details

Defined in Math.Number.BiStream

Methods

fmap :: (a -> b) -> BiStream a -> BiStream b #

(<$) :: a -> BiStream b -> BiStream a #

PpShowF BiStream Source # 
Instance details

Defined in Math.Number.BiStream

Methods

ppf :: PpShow a => BiStream a -> Doc Source #

PpShowVerticalF BiStream Source # 
Instance details

Defined in Math.Number.BiStream

Methods

ppf_vertical :: PpShow a => BiStream a -> Doc Source #

Show a => Show (BiStream a) Source # 
Instance details

Defined in Math.Number.BiStream

Methods

showsPrec :: Int -> BiStream a -> ShowS #

show :: BiStream a -> String #

showList :: [BiStream a] -> ShowS #

PpShow a => PpShow (BiStream a) Source # 
Instance details

Defined in Math.Number.BiStream

Methods

pp :: BiStream a -> Doc Source #