Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. promoteBoundedInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Produce an instance for PBounded from the given type

  2. promoteBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Produce instances for PBounded from the given types

  3. singBoundedInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Create instance of SBounded for the given type

  4. singBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Create instances of SBounded for the given types

  5. class PBounded a

    singletons-base Prelude.Singletons

    No documentation available.

  6. class SBounded a

    singletons-base Prelude.Singletons

    No documentation available.

  7. fromUnboundedDec :: Integral a => a -> Builder

    text-builder-linear Data.Text.Builder.Linear

    Create Builder, containing decimal representation of a given unbounded integer.

    >>> fromChar 'x' <> fromUnboundedDec (1e24 :: Integer)
    "x1000000000000000000000000"
    

  8. appendBounded :: Int -> (forall s . () => MArray s -> Int -> ST s Int) -> Buffer % 1 -> Buffer

    text-builder-linear Data.Text.Builder.Linear.Core

    Low-level routine to append data of unknown size to a Buffer.

  9. prependBounded :: Int -> (forall s . () => MArray s -> Int -> ST s Int) -> (forall s . () => MArray s -> Int -> ST s Int) -> Buffer % 1 -> Buffer

    text-builder-linear Data.Text.Builder.Linear.Core

    Low-level routine to prepend data of unknown size to a Buffer.

  10. package unbounded-delays

    Unbounded thread delays and timeouts The threadDelay and timeout functions from the base library use the bounded Int type for specifying the delay or timeout period. This packages provides alternatives which use the unbounded Integer type.

Page 26 of many | Previous | Next