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.

  1. (!:) :: (MonadBaseControl IO wd, FromJSON a) => Object -> Text -> wd a

    webdriver Test.WebDriver.JSON

    This operator is a wrapper over Aeson's .: operator.

  2. (.:??) :: 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.

  3. (=:) :: Val v => Label -> v -> Field

    bson Data.Bson

    Field with given label and typed value

  4. (<:>) :: (Merge (HistoryT m) a, Monad m) => a -> a -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Ext

    No documentation available.

  5. (<:>) :: (Merge (HistoryT m) a, Monad m) => a -> a -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

  6. (+:) :: a -> a -> T a

    numeric-prelude Number.Complex

    Construct a complex number from real and imaginary part.

  7. (-:) :: C a => a -> a -> T a

    numeric-prelude Number.Complex

    Construct a complex number with negated imaginary part.

  8. (+::) :: a -> (a, a, a) -> T a

    numeric-prelude Number.Quaternion

    Construct a quaternion from real and imaginary part.

  9. (/:) :: C a => a -> a -> T a

    numeric-prelude Number.ResidueClass.Check

    r /: m is the residue class containing r with respect to the modulus m

  10. (/:) :: C a => a -> a -> T a

    numeric-prelude Number.ResidueClass.Maybe

    r /: m is the residue class containing r with respect to the modulus m

Page 83 of many | Previous | Next