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.
liftCallCC :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a bMonadRandom 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.
liftCallCC' :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a bMonadRandom 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).
liftCallCC :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a bMonadRandom 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.
liftCallCC' :: CallCC m (a, g) (b, g) -> CallCC (RandT g m) a bMonadRandom 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).
naturalLcm :: Natural -> Natural -> Naturalghc-bignum GHC.Num.Natural Compute least common multiple.
naturalLe :: Natural -> Natural -> Boolghc-bignum GHC.Num.Natural Lower or equal test for Natural
naturalLe# :: Natural -> Natural -> Bool#ghc-bignum GHC.Num.Natural Lower or equal test for Natural
naturalLog2 :: Natural -> Wordghc-bignum GHC.Num.Natural Base 2 logarithm
naturalLog2# :: Natural -> Word#ghc-bignum GHC.Num.Natural Base 2 logarithm
naturalLogBase :: Natural -> Natural -> Wordghc-bignum GHC.Num.Natural Logarithm for an arbitrary base