Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.>>) :: (Qualifiable q, IsName a) => a -> q -> q

    diagrams-core Diagrams.Core.Names

    Qualify with the given name.

  2. data ((b :: a) .<> (c :: a)) (d :: a)

    first-class-families Fcf.Class.Monoid

    Type-level semigroup composition (<>). This is the fcf-encoding of (<>). To define a new semigroup, add type instances to (<>).

  3. (.::.) :: Tagged a b -> a -> b

    crypto-api Crypto.Util

    Infix for operator

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

    event-list Data.EventList.Relative.MixedBody

    No documentation available.

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

    event-list Data.EventList.Relative.MixedTime

    No documentation available.

  6. (.=) :: MonadState s m => ASetter s s a b -> b -> m ()

    microlens-mtl Lens.Micro.Mtl

    Modify state by “assigning” a value to a part of the state. This is merely (.~) which works in MonadState:

    l .= x = modify (l .~ x)
    
    If you also want to know the value that was replaced by (.=), use (<<.=).

  7. data (a6989586621679186854 :: b ~> c) .@#@$$ (b1 :: TyFun a ~> b a ~> c)

    singletons-base Data.Function.Singletons

    No documentation available.

  8. data ((a6989586621679186854 :: b ~> c) .@#@$$$ (a6989586621679186855 :: a ~> b)) (c1 :: TyFun a c)

    singletons-base Data.Function.Singletons

    No documentation available.

  9. type family ((a6989586621679186854 :: b ~> c) .@#@$$$$ (a6989586621679186855 :: a ~> b)) (a6989586621679186856 :: a) :: c

    singletons-base Data.Function.Singletons

    No documentation available.

  10. data (a6989586621679186854 :: b ~> c) .@#@$$ (b1 :: TyFun a ~> b a ~> c)

    singletons-base Data.Singletons.Base.TH

    No documentation available.

Page 19 of many | Previous | Next