Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. (+<*>) :: MonoidApplicative f => f (a -> a) -> f a -> f a

    incremental-parser Control.Applicative.Monoid

    A variant of the Applicative's <*> operator specialized for endomorphic functions.

  2. (+<*>) :: MonoidApplicative f => f (a -> a) -> f a -> f a

    incremental-parser Text.ParserCombinators.Incremental

    A variant of the Applicative's <*> operator specialized for endomorphic functions.

  3. (+<*>) :: MonoidApplicative f => f (a -> a) -> f a -> f a

    incremental-parser Text.ParserCombinators.Incremental.LeftBiasedLocal

    A variant of the Applicative's <*> operator specialized for endomorphic functions.

  4. (+<*>) :: MonoidApplicative f => f (a -> a) -> f a -> f a

    incremental-parser Text.ParserCombinators.Incremental.Symmetric

    A variant of the Applicative's <*> operator specialized for endomorphic functions.

  5. (+++=) :: (CGEnv, String) -> (Symbol, CoreExpr, SpecType) -> CG CGEnv

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Env

    No documentation available.

  6. (+=) :: CGEnv -> (String, Symbol, SpecType) -> CG CGEnv

    liquidhaskell-boot Language.Haskell.Liquid.Constraint.Env

    No documentation available.

  7. (+++) :: ByteString -> ByteString -> ByteString

    pontarius-xmpp Network.Xmpp.Internal

    Infix concatenation of byte strings

  8. (+++!) :: SumProfunctor p => p a b -> p a' b' -> p (Either a a') (Either b b')

    product-profunctors Data.Profunctor.Product

    No documentation available.

  9. (+++!) :: SumProfunctor p => p a b -> p a' b' -> p (Either a a') (Either b b')

    product-profunctors Data.Profunctor.Product

    No documentation available.

  10. (+:) :: forall a (ins :: [Type]) (out :: [Type]) . Typeable a => Typed a -> Registry ins out -> Registry (Inputs a :++ ins) (Output a ': out)

    registry Data.Registry.Registry

    Add an element to the Registry but do not check that the inputs of a can already be produced by the registry Prepend an element to the registry with no checks at all

Page 28 of many | Previous | Next