Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. (**.) :: Floating a => Op '[a, a] a

    backprop Numeric.Backprop.Op

    Op for exponentiation

  2. (**##) :: Double# -> Double# -> Double#

    ihaskell IHaskellPrelude

    Exponentiation.

  3. (***!) :: (a -> c) -> (b -> d) -> (a, b) -> (c, d)

    netwire Control.Wire.Core

    Left-strict version of *** for functions.

  4. (***!) :: ProductProfunctor p => p a b -> p a' b' -> p (a, a') (b, b')

    product-profunctors Data.Profunctor.Product

    Use \f g -> (,) <$> lmap fst f <*> lmap snd g instead. (***!) may be deprecated in a future version.

  5. (***!) :: ProductProfunctor p => p a b -> p a' b' -> p (a, a') (b, b')

    product-profunctors Data.Profunctor.Product

    Use \f g -> (,) <$> lmap fst f <*> lmap snd g instead. (***!) may be deprecated in a future version.

  6. (***$) :: Profunctor p => (b -> c) -> p a b -> p a c

    product-profunctors Data.Profunctor.Product

    ***$ is the generalisation of Functor's <$>. ***$ = rmap, just like <$> = fmap. (You probably won't need to use this. <$> should be sufficient.) Since 0.11.1.0: Generalised to work on arbitrary Profunctors.

  7. (***$) :: Profunctor p => (b -> c) -> p a b -> p a c

    product-profunctors Data.Profunctor.Product

    ***$ is the generalisation of Functor's <$>. ***$ = rmap, just like <$> = fmap. (You probably won't need to use this. <$> should be sufficient.) Since 0.11.1.0: Generalised to work on arbitrary Profunctors.

  8. (****) :: ProductProfunctor p => p a (b -> c) -> p a b -> p a c

    product-profunctors Data.Profunctor.Product

    **** is the generalisation of Applicative's <*>. (You probably won't need to use this except to define ProductProfunctor instances. In your own code <*> should be sufficient.)

  9. (****) :: ProductProfunctor p => p a (b -> c) -> p a b -> p a c

    product-profunctors Data.Profunctor.Product

    **** is the generalisation of Applicative's <*>. (You probably won't need to use this except to define ProductProfunctor instances. In your own code <*> should be sufficient.)

  10. (**|) :: Floating a => Pattern a -> Pattern a -> Pattern a

    tidal-core Sound.Tidal.Core

    No documentation available.

Page 8 of many | Previous | Next