Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.&<) :: Field (SqlRange a) -> Field (SqlRange a) -> Field SqlBool

    opaleye Opaleye.Operators

    No documentation available.

  2. (.&>) :: Field (SqlRange a) -> Field (SqlRange a) -> Field SqlBool

    opaleye Opaleye.Operators

    No documentation available.

  3. (.?&) :: Field SqlJsonb -> Field (SqlArray SqlText) -> Field SqlBool

    opaleye Opaleye.Operators

    Do all of these key/element strings exist?

  4. (?&->.) :: forall record typ nest . PersistEntity nest => EntityField record (Maybe nest) -> EntityField nest typ -> NestedField record typ

    persistent-mongoDB Database.Persist.MongoDB

    Same as &->., but Works against a Maybe type

  5. (?&~>.) :: forall val nes nes1 . PersistEntity nes1 => EntityField val (Maybe nes1) -> NestedField nes1 nes -> NestedField val nes

    persistent-mongoDB Database.Persist.MongoDB

    Same as &~>., but works against a Maybe type

  6. (!&&!) :: Bool -> Bool -> Bool

    saltine Crypto.Saltine.Internal.Util

    No documentation available.

  7. (|&) :: forall t (m :: Type -> Type) a b . (IsStream t, MonadAsync m) => t m a -> (t m a -> t m b) -> t m b

    streamly Streamly.Internal.Data.Stream.IsStream

    Same as |$ but with arguments reversed. (|&) = flip (|$) Concurrent Since: 0.3.0 (Streamly)

  8. (|&.) :: (IsStream t, MonadAsync m) => t m a -> (t m a -> m b) -> m b

    streamly Streamly.Internal.Data.Stream.IsStream

    Same as |$. but with arguments reversed.

    (|&.) = flip (|$.)
    
    Concurrent Since: 0.3.0 (Streamly)

  9. (|&) :: forall t (m :: Type -> Type) a b . (IsStream t, MonadAsync m) => t m a -> (t m a -> t m b) -> t m b

    streamly Streamly.Prelude

    Same as |$ but with arguments reversed. (|&) = flip (|$) Concurrent Since: 0.3.0 (Streamly)

  10. (|&.) :: (IsStream t, MonadAsync m) => t m a -> (t m a -> m b) -> m b

    streamly Streamly.Prelude

    Same as |$. but with arguments reversed.

    (|&.) = flip (|$.)
    
    Concurrent Since: 0.3.0 (Streamly)

Page 43 of many | Previous | Next