Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
!: ) :: (MonadBaseControl IO wd, FromJSON a) => Object -> Text -> wd awebdriver Test.WebDriver.JSON This operator is a wrapper over Aeson's .: operator.
(
.:?? ) :: FromJSON a => Object -> Text -> Parser (Maybe a)webdriver Test.WebDriver.JSON Due to a breaking change in the .:? operator of aeson 0.10 (see https://github.com/bos/aeson/issues/287) that was subsequently reverted, this operator was added to provide consistent behavior compatible with all aeson versions. If the field is either missing or Null, this operator should return a Nothing result.
(
=: ) :: 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