Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<.> ) :: Apply f => f (a -> b) -> f a -> f bsemigroupoids Data.Functor.Bind No documentation available.
(
<*.> ) :: Apply f => MaybeApply f (a -> b) -> f a -> f bsemigroupoids Data.Functor.Bind.Class Apply a possibly-empty-with-unit container of functions to a non-empty container of values.
(
<. ) :: Apply f => f a -> f b -> f asemigroupoids Data.Functor.Bind.Class a <. b = const <$> a <.> b
(
<.*> ) :: Apply f => f (a -> b) -> MaybeApply f a -> f bsemigroupoids Data.Functor.Bind.Class Apply a non-empty container of functions to a possibly-empty-with-unit container of values.
(
<.> ) :: Apply f => f (a -> b) -> f a -> f bsemigroupoids Data.Functor.Bind.Class No documentation available.
(
<<. ) :: Biapply p => p a b -> p c d -> p a bsemigroupoids Data.Functor.Bind.Class a <. b ≡ const <$> a <.> b
(
<<.>> ) :: Biapply p => p (a -> b) (c -> d) -> p a c -> p b dsemigroupoids Data.Functor.Bind.Class No documentation available.
(
!<<. ) :: Bits a => a -> Int -> abase-compat Data.Bits.Compat Infix version of unsafeShiftL.
(
!>>. ) :: Bits a => a -> Int -> abase-compat Data.Bits.Compat Infix version of unsafeShiftR.
(
>.> ) :: (a -> b) -> (b -> c) -> a -> cghc GHC.Core.Map.Expr No documentation available.