Hoogle Search

Within LTS Haskell 24.34 (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 SqlJsonb -> Field (SqlArray SqlText) -> Field SqlBool

    opaleye Opaleye.Operators

    Do all of these key/element strings exist?

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

  4. (?&~>.) :: 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

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

    saltine Crypto.Saltine.Internal.Util

    No documentation available.

  6. (|&) :: 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)

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

  8. (|&) :: 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)

  9. (|&.) :: (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)

  10. type (:&) = 'Union

    bluefin Bluefin.Eff

    type (:&) :: Effects -> Effects -> Effects
    
    Union of effects

Page 43 of many | Previous | Next