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.

  1. (.||.) :: SearchExpression -> SearchExpression -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

  2. (.?=) :: 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

  3. (.?=) :: 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

  4. (.=) :: ToJSON v => String -> v -> Pair

    cabal-install Distribution.Client.Utils.Json

    A key-value pair for encoding a JSON object.

  5. (...) :: Time -> Time -> TimeInterval

    chronos Chronos

    An infix timeIntervalBuilder.

  6. (.&&.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-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

  7. (./=.) :: (Eq a, Applicative f) => f a -> f a -> f Bool

    clash-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

  8. (.<.) :: (Ord a, Applicative f) => f a -> f a -> f Bool

    clash-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

  9. (.<=.) :: (Ord a, Applicative f) => f a -> f a -> f Bool

    clash-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

  10. (.==.) :: (Eq a, Applicative f) => f a -> f a -> f Bool

    clash-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

Page 52 of many | Previous | Next