Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
singletons-base Data.Singletons.Base.TypeError No documentation available.
-
singletons-base Data.Singletons.Base.TypeError No documentation available.
(
|>% ) :: Buffer % 1 -> Double -> Buffertext-builder-linear Data.Text.Builder.Linear.Buffer Append the decimal representation of a Double. Matches show in displaying in standard or scientific notation:
>>> runBuffer (\b -> b |>% 123.456) "123.456"
>>> runBuffer (\b -> b |>% 1.23e7) "1.23e7"
(
<%+> ) :: Format r (a -> r) -> Format r (a -> r) -> Format r (a -> r)formatting Formatting Like (<>) except put a space between the two formatters. For example: format (year %+ month %+ dayOfMonth) now will yield "2022 06 06"
(
<%+> ) :: Format r (a -> r) -> Format r (a -> r) -> Format r (a -> r)formatting Formatting.Internal Like (<>) except put a space between the two formatters. For example: format (year %+ month %+ dayOfMonth) now will yield "2022 06 06"
-
ghc-internal GHC.Internal.Real No documentation available.
(
^%^ ) :: Integral a => Rational -> a -> Rationalghc-internal GHC.Internal.Real No documentation available.
(
^^%^^ ) :: Integral a => Rational -> a -> Rationalghc-internal GHC.Internal.Real No documentation available.
(
^%^ ) :: Integral a => Rational -> a -> Rationalprotolude Protolude No documentation available.
(
^^%^^ ) :: Integral a => Rational -> a -> Rationalprotolude Protolude No documentation available.