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.
(
<**> ) :: Applicative f => f a -> f (a -> b) -> f bgraphviz Data.GraphViz.Parsing 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 => f a -> f (a -> b) -> f bclassy-prelude ClassyPrelude 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]}(
>****< ) :: Gen a -> Gen b -> Gen c -> Gen d -> Gen e -> Gen (a, b, c, d, e)checkers Test.QuickCheck.Instances.Tuple Generates a 5-tuple using its arguments to generate the parts.
(
>***< ) :: Gen a -> Gen b -> Gen c -> Gen d -> Gen (a, b, c, d)checkers Test.QuickCheck.Instances.Tuple Generates a 4-tuple using its arguments to generate the parts.
(
>**< ) :: Gen a -> Gen b -> Gen c -> Gen (a, b, c)checkers Test.QuickCheck.Instances.Tuple Generates a 3-tuple using its arguments to generate the parts.
(
<**> ) :: Applicative f => f a -> f (a -> b) -> f bbase-prelude BasePrelude.Operators 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 => f a -> f (a -> b) -> f bihaskell IHaskellPrelude 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 => f a -> f (a -> b) -> f bincipit-base Incipit.Base 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-core Sound.Tidal.Core No documentation available.
(
|**| ) :: (Applicative a, Floating b) => a b -> a b -> a btidal-core Sound.Tidal.Core No documentation available.