Hoogle Search

Within LTS Haskell 24.10 (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. (.&&.) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Property

    massiv-test Test.Massiv.Utils

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

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

    massiv-test Test.Massiv.Utils

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

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

    numhask-space NumHask.Space

    create a normalised space from two elements

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

    rebase Rebase.Prelude

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

  8. (.=.) :: Show a => String -> a -> ShowFields

    show-combinators Text.Show.Combinators

    Show a single record field: a field name and a value separated by '='. This is an infix shorthand for showField when the value type is an instance of Show.

    field .=. x   =   showField field (flip showsPrec x)
    

  9. (.:) :: (Applicative f, Arrow arrow) => f (arrow b c) -> f (arrow a b) -> f (arrow a c)

    synthesizer-core Synthesizer.ApplicativeUtility

    No documentation available.

  10. (.^) :: (Functor f, Arrow arrow) => arrow b c -> f (arrow a b) -> f (arrow a c)

    synthesizer-core Synthesizer.ApplicativeUtility

    No documentation available.

Page 28 of many | Previous | Next