Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
/. ) :: time -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedBody No documentation available.
(
/. ) :: time -> T time body -> T time bodyevent-list Data.EventList.Relative.MixedTime No documentation available.
-
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.