Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. (<$!>) :: Monad m => (a -> b) -> m a -> m b

    base-compat-batteries Control.Monad.Compat

    Strict version of <$>.

  2. (>$) :: forall b (m :: Type -> Type) a . b -> LogAction m b -> LogAction m a

    co-log-core Colog.Core.Action

    This combinator is >$ from contravariant functor. Replaces all locations in the output with the same value. The default definition is contramap . const, so this is a more efficient version.

    >>> "Hello?" &> ("OUT OF SERVICE" >$ logStringStdout)
    OUT OF SERVICE
    
    >>> ("OUT OF SERVICE" >$ logStringStdout) <& 42
    OUT OF SERVICE
    

  3. (>$<) :: forall a b (m :: Type -> Type) . (a -> b) -> LogAction m b -> LogAction m a

    co-log-core Colog.Core.Action

    Operator version of cmap.

    >>> 1 &> (show >$< logStringStdout)
    1
    

  4. (%<$) :: forall a b (t1 :: a) (t2 :: f b) . SFunctor f => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<$@#@$) :: TyFun a (f b ~> f a) -> Type) t1) t2)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  5. (%<$>) :: forall a b (f :: Type -> Type) (t1 :: a ~> b) (t2 :: f a) . SFunctor f => Sing t1 -> Sing t2 -> Sing (Apply (Apply ((<$>@#@$) :: TyFun (a ~> b) (f a ~> f b) -> Type) t1) t2)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  6. data (a6989586621679356462 :: f a) *>@#@$$ (b1 :: TyFun f b f b)

    singletons-base Control.Applicative.Singletons

    No documentation available.

  7. type family (a6989586621679356462 :: f a) *>@#@$$$ (a6989586621679356463 :: f b) :: f b

    singletons-base Control.Applicative.Singletons

    No documentation available.

  8. type family (arg :: a) <$ (arg1 :: f b) :: f a

    singletons-base Control.Applicative.Singletons

    No documentation available.

  9. type family (a1 :: a ~> b) <$> (a2 :: f a) :: f b

    singletons-base Control.Applicative.Singletons

    No documentation available.

  10. data (a6989586621679541513 :: a ~> b) <$>@#@$$ (b1 :: TyFun f a f b)

    singletons-base Control.Applicative.Singletons

    No documentation available.

Page 40 of many | Previous | Next