• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. (.>>.) :: Bits a => a -> Int -> a

    foundation Foundation.Bits

    Unsafe Shift Right Operator

  2. (.|.) :: Bits a => a -> a -> a

    foundation Foundation.Bits

    Bitwise "or"

  3. (.|) :: forall (m :: Type -> Type) a b c r . Monad m => Conduit a b m () -> Conduit b c m r -> Conduit a c m r

    foundation Foundation.Conduit

    Operator version of fuse.

  4. (.~) :: ASetter s t a b -> b -> s -> t

    lens-family-core Lens.Family

    Set all referenced fields to the given value.

  5. (.=) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()

    lens-family-core Lens.Family.State.Lazy

    Set a field of the state.

  6. (.=) :: forall (m :: Type -> Type) s a b . Monad m => ASetter s s a b -> b -> StateT s m ()

    lens-family-core Lens.Family.State.Strict

    Set a field of the state.

  7. (.&&.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    massiv-test Test.Massiv.Utils

    Conjunction: p1 .&&. p2 passes if both p1 and p2 pass.

  8. (.||.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    massiv-test Test.Massiv.Utils

    Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.

  9. (...) :: Space s => Element s -> Element s -> s

    numhask-space NumHask.Space

    create a normalised space from two elements

  10. (.>) :: Apply f => f a -> f b -> f b

    rebase Rebase.Prelude

    a .> b = const id <$> a <.> b
    

Page 28 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete