unpacked-maybe-numeric-0.1.2.1: maybes of numeric values with fewer indirections
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Maybe.Unpacked.Numeric.Complex.Float

Documentation

data Maybe Source #

Constructors

Maybe (# (# #) | Complex #) 

Instances

Instances details
Read Maybe Source # 
Instance details

Defined in Data.Maybe.Unpacked.Numeric.Complex.Float

Show Maybe Source # 
Instance details

Defined in Data.Maybe.Unpacked.Numeric.Complex.Float

Methods

showsPrec :: Int -> Maybe -> ShowS #

show :: Maybe -> String #

showList :: [Maybe] -> ShowS #

Eq Maybe Source # 
Instance details

Defined in Data.Maybe.Unpacked.Numeric.Complex.Float

Methods

(==) :: Maybe -> Maybe -> Bool #

(/=) :: Maybe -> Maybe -> Bool #

maybe :: a -> (Complex -> a) -> Maybe -> a Source #

mapMaybe :: (a -> Maybe) -> [a] -> [Complex] Source #