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.
(
<<.= ) :: 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
-
singletons-base Data.Function.Singletons No documentation available.
-
singletons-base Data.Singletons.Base.TH No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
(
|>. ) :: Buffer % 1 -> Char -> Buffertext-builder-linear Data.Text.Builder.Linear.Buffer Append Char to a Buffer by mutating it.
>>> :set -XLinearTypes >>> runBuffer (\b -> b |>. 'q' |>. 'w') "qw"
Warning: In contrast to singleton, it is the responsibility of the caller to sanitize surrogate code points with safe.(
%. ) :: Format r (Builder -> r') -> Format r' a -> Format r aformatting Formatting Function compose two formatters. Will feed the result of one formatter into another.
(
%. ) :: Format r (Builder -> r') -> Format r' a -> Format r aformatting Formatting.Internal Function compose two formatters. Will feed the result of one formatter into another.
(
^. ) :: s -> ((a -> Const a a) -> s -> Const a s) -> ageneric-lens Data.Generics.Internal.VL Getting
(
%. ) :: forall (c :: Symbol) r . (WeightBuilder a, c ~ First a) => W c -> Prec a r -> (a, Int, r)generic-random Generic.Random.Internal.Generic No documentation available.
(
<.> ) :: FilePath -> Text -> FilePathsystem-filepath Filesystem.Path An alias for addExtension.