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.

  1. (:%$$:) :: forall (e1 :: ErrorMessage' Symbol) (e2 :: ErrorMessage' Symbol) . Sing e1 -> Sing e2 -> SErrorMessage (e1 ':$$: e2)

    singletons-base Data.Singletons.Base.TypeError

    No documentation available.

  2. (:%<>:) :: forall (e1 :: ErrorMessage' Symbol) (e2 :: ErrorMessage' Symbol) . Sing e1 -> Sing e2 -> SErrorMessage (e1 ':<>: e2)

    singletons-base Data.Singletons.Base.TypeError

    No documentation available.

  3. (|>%) :: Buffer % 1 -> Double -> Buffer

    text-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"
    

  4. (<%+>) :: 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"

  5. (<%+>) :: 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"

  6. (:%) :: a -> a -> Ratio a

    ghc-internal GHC.Internal.Real

    No documentation available.

  7. (^%^) :: Integral a => Rational -> a -> Rational

    ghc-internal GHC.Internal.Real

    No documentation available.

  8. (^^%^^) :: Integral a => Rational -> a -> Rational

    ghc-internal GHC.Internal.Real

    No documentation available.

  9. (^%^) :: Integral a => Rational -> a -> Rational

    protolude Protolude

    No documentation available.

  10. (^^%^^) :: Integral a => Rational -> a -> Rational

    protolude Protolude

    No documentation available.

Page 32 of many | Previous | Next