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.
(
.&. ) :: forall (n :: Nat) . Wrd n -> Wrd n -> Wrd nbin Data.Wrd No documentation available.
(
#*& ) :: (C set, Enum a) => a -> set a -> set aboard-games Game.Mastermind.CodeSet No documentation available.
(
*& ) :: (C set, Enum a) => EnumSet a -> set a -> set aboard-games Game.Mastermind.CodeSet Like leftNonEmptyProduct but the left operand can be empty.
(
.&&. ) :: SearchExpression -> SearchExpression -> SearchExpressionbugzilla-redhat Web.RedHatBugzilla.Search No documentation available.
(
.&&. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-prelude Clash.Explicit.Signal The above type is a generalization for:
(.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
It is a version of (&&) that returns a Signal of Bool(
.&&. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-prelude Clash.Prelude The above type is a generalization for:
(.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
It is a version of (&&) that returns a Signal of Bool(
.&&. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-prelude Clash.Signal The above type is a generalization for:
(.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
It is a version of (&&) that returns a Signal of Bool(
.&&. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-prelude Clash.Signal.Internal The above type is a generalization for:
(.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
It is a version of (&&) that returns a Signal of Bool-
clash-prelude Clash.Verification.DSL No documentation available.
(
-&&- ) :: Expr -> Expr -> Exprcode-conjure Conjure.Engine The function && lifted over the Expr type.
> pp -&&- qq p && q :: Bool
> false -&&- true False && True :: Bool
> evalBool $ false -&&- true False