Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. liftCallCC :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a b

    MonadRandom Control.Monad.Trans.Random.Lazy

    Uniform lifting of a callCC operation to the new monad. This version rolls back to the original state on entering the continuation.

  2. liftCallCC' :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a b

    MonadRandom Control.Monad.Trans.Random.Lazy

    In-situ lifting of a callCC operation to the new monad. This version uses the current state on entering the continuation. It does not satisfy the uniformity property (see Control.Monad.Signatures).

  3. liftCallCC :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a b

    MonadRandom Control.Monad.Trans.Random.Strict

    Uniform lifting of a callCC operation to the new monad. This version rolls back to the original state on entering the continuation.

  4. liftCallCC' :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a b

    MonadRandom Control.Monad.Trans.Random.Strict

    In-situ lifting of a callCC operation to the new monad. This version uses the current state on entering the continuation. It does not satisfy the uniformity property (see Control.Monad.Signatures).

  5. naturalLcm :: Natural -> Natural -> Natural

    ghc-bignum GHC.Num.Natural

    Compute least common multiple.

  6. naturalLe :: Natural -> Natural -> Bool

    ghc-bignum GHC.Num.Natural

    Lower or equal test for Natural

  7. naturalLe# :: Natural -> Natural -> Bool#

    ghc-bignum GHC.Num.Natural

    Lower or equal test for Natural

  8. naturalLog2 :: Natural -> Word

    ghc-bignum GHC.Num.Natural

    Base 2 logarithm

  9. naturalLog2# :: Natural -> Word#

    ghc-bignum GHC.Num.Natural

    Base 2 logarithm

  10. naturalLogBase :: Natural -> Natural -> Word

    ghc-bignum GHC.Num.Natural

    Logarithm for an arbitrary base

Page 358 of many | Previous | Next