Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. (&:) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)

    tmp-proc System.TmpProc.Docker

    An infix alias for HCons.

  2. (&:&) :: x -> y -> HList '[x, y]

    tmp-proc System.TmpProc.Docker

    An infix alias for both.

  3. (&:) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)

    tmp-proc System.TmpProc.TypeLevel

    An infix alias for HCons.

  4. (&:&) :: x -> y -> HList '[x, y]

    tmp-proc System.TmpProc.TypeLevel

    An infix alias for both.

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

    basic-prelude CorePrelude

    Boolean "and", lazy in the second argument

  6. (&&&) :: Arrow a => a b c -> a b c' -> a b (c, c')

    basic-prelude CorePrelude

    Fanout: send the input to both argument arrows and combine their output. The default definition may be overridden with a more efficient version if desired.

  7. (&&) :: Bool -> Bool -> Bool

    classy-prelude ClassyPrelude

    Boolean "and", lazy in the second argument

  8. (&&&) :: Arrow a => a b c -> a b c' -> a b (c, c')

    classy-prelude ClassyPrelude

    Fanout: send the input to both argument arrows and combine their output. The default definition may be overridden with a more efficient version if desired.

  9. (&&.) :: SqlExpr (Value Bool) -> SqlExpr (Value Bool) -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto

    This operator translates to the SQL operator AND. Example:

    where_ $
    user ^. UserName ==. val Matt
    &&. user ^. UserAge >=. val 21
    

  10. (&&.) :: SqlExpr (Value Bool) -> SqlExpr (Value Bool) -> SqlExpr (Value Bool)

    esqueleto Database.Esqueleto.Experimental

    This operator translates to the SQL operator AND. Example:

    where_ $
    user ^. UserName ==. val Matt
    &&. user ^. UserAge >=. val 21
    

Page 14 of many | Previous | Next