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.
(
**. ) :: Floating a => Op '[a, a] abackprop Numeric.Backprop.Op Op for exponentiation
(
**## ) :: Double# -> Double# -> Double#ihaskell IHaskellPrelude Exponentiation.
(
***! ) :: (a -> c) -> (b -> d) -> (a, b) -> (c, d)netwire Control.Wire.Core Left-strict version of *** for functions.
(
***! ) :: 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.
(
***! ) :: 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.
(
***$ ) :: Profunctor p => (b -> c) -> p a b -> p a cproduct-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.
(
***$ ) :: Profunctor p => (b -> c) -> p a b -> p a cproduct-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.
(
**** ) :: ProductProfunctor p => p a (b -> c) -> p a b -> p a cproduct-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.)
(
**** ) :: ProductProfunctor p => p a (b -> c) -> p a b -> p a cproduct-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.)
(
**| ) :: Floating a => Pattern a -> Pattern a -> Pattern atidal-core Sound.Tidal.Core No documentation available.