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.
(
&&. ) :: SqlExpr (Value Bool) -> SqlExpr (Value Bool) -> SqlExpr (Value Bool)esqueleto Database.Esqueleto.Internal.Internal 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.Legacy This operator translates to the SQL operator AND. Example:
where_ $ user ^. UserName ==. val Matt &&. user ^. UserAge >=. val 21
(
&&& ) :: Arrow a => a b c -> a b c' -> a b (c, c')essence-of-live-coding LiveCoding 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.
(
&&? ) :: FindClause Bool -> FindClause Bool -> FindClause Boolfilemanip System.FilePath.Find No documentation available.
-
ghc-lib-parser GHC.Prelude.Basic Boolean "and", lazy in the second argument
(
&& ) :: forall (m :: Type -> Type) a . Monad m => Predicate m a -> Predicate m a -> Predicate m askeletest Skeletest.Internal.Predicate A predicate checking if the input matches both of the given predicates
>>> 1 `shouldSatisfy` P.gt 0 P.&& P.lt 2
(
&& ) :: forall (m :: Type -> Type) a . Monad m => Predicate m a -> Predicate m a -> Predicate m askeletest Skeletest.Predicate A predicate checking if the input matches both of the given predicates
>>> 1 `shouldSatisfy` P.gt 0 P.&& P.lt 2
-
beam-core Database.Beam.Query SQL AND operator
-
beam-core Database.Beam.Query SQL AND operator for SqlBool
-
foundation Foundation Boolean "and", lazy in the second argument