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.

  1. 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.

  2. (^.) :: s -> Lens' s a -> a

    relude Relude.Extra.Lens

    The operator form of view with the arguments flipped.

  3. ( #. ) :: Coercible b c => (b -> c) -> (a -> b) -> a -> c

    relude Relude.Extra.Newtype

    Coercible composition. This function allows to write more efficient implementations of function compositions over newtypes.

  4. (*.) :: forall (v :: Type -> Type) n . (Functor v, Num n) => n -> Point v n -> Point v n

    diagrams-core Diagrams.Core

    Scale a point by a scalar. Specialized version of (*^).

  5. (*.) :: forall (v :: Type -> Type) n . (Functor v, Num n) => n -> Point v n -> Point v n

    diagrams-core Diagrams.Core.Points

    Scale a point by a scalar. Specialized version of (*^).

  6. (:..) :: a -> Stream a -> Stream a

    pretty-simple Text.Pretty.Simple.Internal.Printer

    No documentation available.

  7. type (f :: l -> Type) :. (g :: k -> l) = Compose f g

    vinyl Data.Vinyl.Functor

    No documentation available.

  8. (/.) :: time -> T time body -> T time body

    event-list Data.EventList.Relative.MixedBody

    No documentation available.

  9. (/.) :: time -> T time body -> T time body

    event-list Data.EventList.Relative.MixedTime

    No documentation available.

  10. (<.=) :: MonadState s m => LensLike ((,) b) s s a b -> b -> m b

    microlens-mtl Lens.Micro.Mtl

    Set state and return new value.

    l <.= b = do
    l .= b
    return b
    

Page 111 of many | Previous | Next