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. (.*******) :: (d -> e) -> (a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> b -> c -> d) -> a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> b -> c -> e

    composition Data.Composition

    No documentation available.

  2. (.********) :: (d -> e) -> (a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> a7 -> b -> c -> d) -> a1 -> a2 -> a3 -> a4 -> a5 -> a6 -> a7 -> b -> c -> e

    composition Data.Composition

    No documentation available.

  3. (<**>) :: Applicative f => f a -> f (a -> b) -> f b

    configuration-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]}
    

  4. (.<**>) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f (a -> b) -> f b

    grisette Grisette.Lib.Control.Applicative

    <**> with MergingStrategy knowledge propagation.

  5. (.<**>) :: (Applicative f, TryMerge f, Mergeable a, Mergeable b) => f a -> f (a -> b) -> f b

    grisette Grisette.Unified.Lib.Control.Applicative

    <**> with MergingStrategy knowledge propagation.

  6. (<**>) :: Applicative f => f a -> f (a -> b) -> f b

    threepenny-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]}
    

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

    tidal Sound.Tidal.Boot

    No documentation available.

  8. (|**|) :: (Applicative a, Floating b) => a b -> a b -> a b

    tidal Sound.Tidal.Boot

    No documentation available.

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

    tidal Sound.Tidal.Boot

    No documentation available.

  10. (<***) :: Productable f => f a -> f () -> f a

    type-rig Data.TypeRig.Productable

    No documentation available.

Page 18 of many | Previous | Next