Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
=: ) :: Val v => Label -> v -> Fieldbson Data.Bson Field with given label and typed value
(
<:> ) :: (Merge (HistoryT m) a, Monad m) => a -> a -> m amorpheus-graphql-core Data.Morpheus.Internal.Ext No documentation available.
(
<:> ) :: (Merge (HistoryT m) a, Monad m) => a -> a -> m amorpheus-graphql-core Data.Morpheus.Internal.Utils No documentation available.
-
numeric-prelude Number.Complex Construct a complex number from real and imaginary part.
-
numeric-prelude Number.Complex Construct a complex number with negated imaginary part.
(
+:: ) :: a -> (a, a, a) -> T anumeric-prelude Number.Quaternion Construct a quaternion from real and imaginary part.
-
numeric-prelude Number.ResidueClass.Check r /: m is the residue class containing r with respect to the modulus m
-
numeric-prelude Number.ResidueClass.Maybe r /: m is the residue class containing r with respect to the modulus m
-
numhask NumHask Complex number constructor. Internally, Complex derives most instances via EuclideanPair. For instance,
>>> sqrt (1.0 +: (-1.0)) :: Complex Double Complex {complexPair = (1.0986841134678098,-0.45508986056222733)}>>> sqrt ((-1.0) +: 0.0) :: Complex Double Complex {complexPair = (6.123233995736766e-17,1.0)} -
numhask NumHask.Data.Complex Complex number constructor. Internally, Complex derives most instances via EuclideanPair. For instance,
>>> sqrt (1.0 +: (-1.0)) :: Complex Double Complex {complexPair = (1.0986841134678098,-0.45508986056222733)}>>> sqrt ((-1.0) +: 0.0) :: Complex Double Complex {complexPair = (6.123233995736766e-17,1.0)}