Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype ((f :: k -> Type)
-.-> (g :: k -> Type)) (a :: k)sop-core Data.SOP.Classes Lifted functions.
-
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.
type (f :: l -> Type)
:. (g :: k -> l) = Compose f gvinyl Data.Vinyl.Functor No documentation available.
(
*. ) :: 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 (*^).
(
<.= ) :: 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
(
<<.= ) :: MonadState s m => LensLike ((,) a) s s a b -> b -> m amicrolens-mtl Lens.Micro.Mtl Set state and return the old value.
l <<.= b = do old <- use l l .= b return old
(
:.. ) :: a -> Stream a -> Stream apretty-simple Text.Pretty.Simple.Internal.Printer No documentation available.
(
+. ) :: Offset ty -> Int -> Offset tybasement Basement.Types.OffsetSize No documentation available.