Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype ((f :: l -> Type)
:.: (g :: k -> l)) (p :: k)generics-sop Generics.SOP Composition of functors. Like Compose, but kind-polymorphic and with a shorter name.
-
relude Relude.Extra.Lens The operator form of view with the arguments flipped.
(
#. ) :: Coercible b c => (b -> c) -> (a -> b) -> a -> crelude Relude.Extra.Newtype Coercible composition. This function allows to write more efficient implementations of function compositions over newtypes.
(
*. ) :: forall (v :: Type -> Type) n . (Functor v, Num n) => n -> Point v n -> Point v ndiagrams-core Diagrams.Core Scale a point by a scalar. Specialized version of (*^).
(
*. ) :: forall (v :: Type -> Type) n . (Functor v, Num n) => n -> Point v n -> Point v ndiagrams-core Diagrams.Core.Points Scale a point by a scalar. Specialized version of (*^).
(
:.. ) :: a -> Stream a -> Stream apretty-simple Text.Pretty.Simple.Internal.Printer No documentation available.
type (f :: l -> Type)
:. (g :: k -> l) = Compose f gvinyl Data.Vinyl.Functor No documentation available.
(
/. ) :: time -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedBody No documentation available.
(
/. ) :: time -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
(
<.= ) :: MonadState s m => LensLike ((,) b) s s a b -> b -> m bmicrolens-mtl Lens.Micro.Mtl Set state and return new value.
l <.= b = do l .= b return b