Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.=~.) :: FieldType a => Field a -> a -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

  2. (.>.) :: FieldType a => Field a -> a -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

  3. (.>=.) :: FieldType a => Field a -> a -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

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

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

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

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

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

    cabal-install Distribution.Client.Utils.Json

    A key-value pair for encoding a JSON object.

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

    chronos Chronos

    An infix timeIntervalBuilder.

  9. (.*) :: a -> ix -> Term a ix

    coinor-clp Numeric.COINOR.CLP

    No documentation available.

  10. (.*|) :: (C sh, Floating a) => a -> Vector sh a -> Vector sh a

    comfort-blas Numeric.BLAS.Vector

    forVector number_ $ \xs -> Vector.negate xs == Vector.scale minusOne xs
    
    forVector number_ $ \xs -> Vector.scale 2 xs == xs |+| xs
    

Page 55 of many | Previous | Next