Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.||. ) :: SearchExpression -> SearchExpression -> SearchExpressionbugzilla-redhat Web.RedHatBugzilla.Search No documentation available.
(
.?= ) :: forall (m :: Type -> Type) a b . Monad m => Lens' a (Maybe b) -> Maybe b -> StateT a m ()cabal-debian Debian.Debianize Set b if it currently isNothing and the argument isJust, that is 1. Nothing happens if the argument isNothing 2. Nothing happens if the current value isJust
(
.?= ) :: forall (m :: Type -> Type) a b . Monad m => Lens' a (Maybe b) -> Maybe b -> StateT a m ()cabal-debian Debian.Debianize.Prelude Set b if it currently isNothing and the argument isJust, that is 1. Nothing happens if the argument isNothing 2. Nothing happens if the current value isJust
(
.= ) :: ToJSON v => String -> v -> Paircabal-install Distribution.Client.Utils.Json A key-value pair for encoding a JSON object.
(
... ) :: Time -> Time -> TimeIntervalchronos Chronos An infix timeIntervalBuilder.
(
.&&. ) :: 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(
./=. ) :: (Eq a, Applicative f) => f a -> f a -> f Boolclash-prelude Clash.Explicit.Signal The above type is a generalization for:
(./=.) :: Eq a => Signal a -> Signal a -> Signal Bool
It is a version of (/=) that returns a Signal of Bool(
.<. ) :: (Ord a, Applicative f) => f a -> f a -> f Boolclash-prelude Clash.Explicit.Signal The above type is a generalization for:
(.<.) :: Ord a => Signal a -> Signal a -> Signal Bool
It is a version of (<) that returns a Signal of Bool(
.<=. ) :: (Ord a, Applicative f) => f a -> f a -> f Boolclash-prelude Clash.Explicit.Signal The above type is a generalization for:
(.<=.) :: Ord a => Signal a -> Signal a -> Signal Bool
It is a version of (<=) that returns a Signal of Bool(
.==. ) :: (Eq a, Applicative f) => f a -> f a -> f Boolclash-prelude Clash.Explicit.Signal The above type is a generalization for:
(.==.) :: Eq a => Signal a -> Signal a -> Signal Bool
It is a version of (==) that returns a Signal of Bool