Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

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

    singletons-base Prelude.Singletons

    No documentation available.

  5. (.<|) :: Char -> Buffer % 1 -> Buffer

    text-builder-linear Data.Text.Builder.Linear.Buffer

    Prepend Char to a Buffer by mutating it.

    >>> :set -XLinearTypes
    
    >>> runBuffer (\b -> 'q' .<| 'w' .<| b)
    "qw"
    
    Warning: In contrast to singleton, it is the responsibility of the caller to sanitize surrogate code points with safe.

  6. (.~) :: ((a -> Identity b) -> s -> Identity t) -> b -> s -> t

    generic-lens Data.Generics.Internal.VL

    No documentation available.

  7. (.=) :: 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 (<<.=).

  8. (.&.) :: BitOps bits => bits -> bits -> bits

    basement Basement.Bits

    No documentation available.

  9. (.<<.) :: BitOps bits => bits -> CountOf Bool -> bits

    basement Basement.Bits

    No documentation available.

  10. (.>>.) :: BitOps bits => bits -> CountOf Bool -> bits

    basement Basement.Bits

    No documentation available.

Page 20 of many | Previous | Next