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.
enumerate :: Eq a => Int -> [a] -> [[a]]combinatorial Combinatorics.Permutation.WithoutSomeFixpoints enumerate n xs list all permutations of xs where the first n elements do not keep their position (i.e. are no fixpoints). This is a generalization of derangement. Naive but comprehensible implementation.
getNumCapabilities :: MonadConc m => m Intconcurrency Control.Monad.Conc.Class Get the number of Haskell threads that can run simultaneously.
setNumCapabilities :: MonadConc m => Int -> m ()concurrency Control.Monad.Conc.Class Set the number of Haskell threads that can run simultaneously.
integerToNumber :: Integer -> Numberconfig-value Config rationalToNumber :: Rational -> Numberconfig-value Config MkNumber :: Radix -> Rational -> Numberconfig-value Config.Number No documentation available.
integerToNumber :: Integer -> Numberconfig-value Config.Number rationalToNumber :: Rational -> Numberconfig-value Config.Number JsonNumber :: Scientific -> JsonValuecore-data Core.Encoding.Json No documentation available.
rFailureNumAck :: Error -> !Int32cql Database.CQL.Protocol No documentation available.