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.
-
composition Data.Composition No documentation available.
-
composition Data.Composition No documentation available.
(
<**> ) :: Applicative f => f a -> f (a -> b) -> f bconfiguration-tools Configuration.Utils.CommandLine A variant of <*> with the types of the arguments reversed. It differs from flip (<*>) in that the effects are resolved in the order the arguments are presented.
Examples
>>> (<**>) (print 1) (id <$ print 2) 1 2
>>> flip (<*>) (print 1) (id <$ print 2) 2 1
>>> ZipList [4, 5, 6] <**> ZipList [(+1), (*2), (/3)] ZipList {getZipList = [5.0,10.0,2.0]}(
.<**> ) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f (a -> b) -> f bgrisette Grisette.Lib.Control.Applicative <**> with MergingStrategy knowledge propagation.
(
.<**> ) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f (a -> b) -> f bgrisette Grisette.Unified.Lib.Control.Applicative <**> with MergingStrategy knowledge propagation.
(
<**> ) :: Applicative f => f a -> f (a -> b) -> f bthreepenny-gui Graphics.UI.Threepenny.Core A variant of <*> with the types of the arguments reversed. It differs from flip (<*>) in that the effects are resolved in the order the arguments are presented.
Examples
>>> (<**>) (print 1) (id <$ print 2) 1 2
>>> flip (<*>) (print 1) (id <$ print 2) 2 1
>>> ZipList [4, 5, 6] <**> ZipList [(+1), (*2), (/3)] ZipList {getZipList = [5.0,10.0,2.0]}(
|** ) :: Floating a => Pattern a -> Pattern a -> Pattern atidal Sound.Tidal.Boot No documentation available.
(
|**| ) :: (Applicative a, Floating b) => a b -> a b -> a btidal Sound.Tidal.Boot No documentation available.
(
||** ) :: Floating a => Pattern a -> Pattern a -> Pattern atidal Sound.Tidal.Boot No documentation available.
(
<*** ) :: Productable f => f a -> f () -> f atype-rig Data.TypeRig.Productable No documentation available.