Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
(
^. ) :: s -> FoldLike a s t a b -> alens-family Lens.Family2 (^.) :: s -> Getter s t a b -> a
Access the value referenced by a getter or lens.(^.) :: Monoid a => s -> Fold s t a b -> a
Access the monoidal summary referenced by a traversal or a fold.(
^.. ) :: s -> Fold s t a b -> [a]lens-family Lens.Family2 Returns a list of all of the referenced values in order.