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.
-
singletons-base Data.Singletons.Base.TH No documentation available.
data (a6989586621679186854 :: b ~> c)
.@#@$$ (b1 :: TyFun a ~> b a ~> c)singletons-base Prelude.Singletons No documentation available.
data ((a6989586621679186854 :: b ~> c)
.@#@$$$ (a6989586621679186855 :: a ~> b)) (c1 :: TyFun a c)singletons-base Prelude.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
(
.<| ) :: Char -> Buffer % 1 -> Buffertext-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.(
.~ ) :: ((a -> Identity b) -> s -> Identity t) -> b -> s -> tgeneric-lens Data.Generics.Internal.VL No documentation available.
(
.= ) :: 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 (<<.=).(
.&. ) :: BitOps bits => bits -> bits -> bitsbasement Basement.Bits No documentation available.
(
.<<. ) :: BitOps bits => bits -> CountOf Bool -> bitsbasement Basement.Bits No documentation available.
(
.>>. ) :: BitOps bits => bits -> CountOf Bool -> bitsbasement Basement.Bits No documentation available.