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.
(
#. ) :: Coercible b c => (b -> c) -> (a -> b) -> a -> cstreamly-core Streamly.Internal.BaseCompat No documentation available.
(
<. ) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f asubcategories Control.Subcategory.Applicative No documentation available.
(
<.> ) :: (CApplicative f, Dom f a, Dom f b, Dom f (a -> b)) => f (a -> b) -> f a -> f bsubcategories Control.Subcategory.Applicative No documentation available.
(
<. ) :: (CApplicative f, Dom f a, Dom f b) => f a -> f b -> f asubcategories Control.Subcategory.Applicative.Class No documentation available.
(
<.> ) :: (CApplicative f, Dom f a, Dom f b, Dom f (a -> b)) => f (a -> b) -> f a -> f bsubcategories Control.Subcategory.Applicative.Class No documentation available.
(
||. ) :: Applicative f => f Bool -> f Bool -> f Booltagstream-conduit Text.HTML.TagStream.ByteString No documentation available.
(
||. ) :: Applicative f => f Bool -> f Bool -> f Booltagstream-conduit Text.HTML.TagStream.Text No documentation available.
(
:. ) :: (Var, Expr) -> Ctx -> Ctxtest-fun Test.Fun.Internal.Pretty No documentation available.
(
%-. ) :: forall (n :: Nat) (m :: Nat) . SNat n -> SNat m -> SNat (n -. m)type-natural Data.Type.Natural No documentation available.
type (n :: Natural)
-. (m :: Natural) = Subt n m m <=? ntype-natural Data.Type.Natural Natural subtraction, truncated to zero if m > n.