Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. (<<.>>) :: Biapply p => p (a -> b) (c -> d) -> p a c -> p b d

    semigroupoids Data.Bifunctor.Apply

    No documentation available.

  2. (<*.>) :: Apply f => MaybeApply f (a -> b) -> f a -> f b

    semigroupoids Data.Functor.Apply

    Apply a possibly-empty-with-unit container of functions to a non-empty container of values.

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

    semigroupoids Data.Functor.Apply

    a <. b = const <$> a <.> b
    

  4. (<.*>) :: Apply f => f (a -> b) -> MaybeApply f a -> f b

    semigroupoids Data.Functor.Apply

    Apply a non-empty container of functions to a possibly-empty-with-unit container of values.

  5. (<..>) :: Apply w => w a -> w (a -> b) -> w b

    semigroupoids Data.Functor.Apply

    A variant of <.> with the arguments reversed.

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

    semigroupoids Data.Functor.Apply

    No documentation available.

  7. (<.) :: Apply f => f a -> f b -> f a

    semigroupoids Data.Functor.Bind

    a <. b = const <$> a <.> b
    

  8. (<..>) :: Apply w => w a -> w (a -> b) -> w b

    semigroupoids Data.Functor.Bind

    A variant of <.> with the arguments reversed.

  9. (<.>) :: Apply f => f (a -> b) -> f a -> f b

    semigroupoids Data.Functor.Bind

    No documentation available.

  10. (<*.>) :: Apply f => MaybeApply f (a -> b) -> f a -> f b

    semigroupoids Data.Functor.Bind.Class

    Apply a possibly-empty-with-unit container of functions to a non-empty container of values.

Page 102 of many | Previous | Next