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.
(
&: ) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)tmp-proc System.TmpProc.Docker An infix alias for HCons.
(
&:& ) :: x -> y -> HList '[x, y]tmp-proc System.TmpProc.Docker An infix alias for both.
(
&: ) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)tmp-proc System.TmpProc.TypeLevel An infix alias for HCons.
(
&:& ) :: x -> y -> HList '[x, y]tmp-proc System.TmpProc.TypeLevel An infix alias for both.
-
basic-prelude CorePrelude Boolean "and", lazy in the second argument
(
&&& ) :: 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.
-
classy-prelude ClassyPrelude Boolean "and", lazy in the second argument
(
&&& ) :: 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.
(
&&. ) :: 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
(
&&. ) :: 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