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. 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.

  2. getNumCapabilities :: MonadConc m => m Int

    concurrency Control.Monad.Conc.Class

    Get the number of Haskell threads that can run simultaneously.

  3. setNumCapabilities :: MonadConc m => Int -> m ()

    concurrency Control.Monad.Conc.Class

    Set the number of Haskell threads that can run simultaneously.

  4. integerToNumber :: Integer -> Number

    config-value Config

    Integer to a radix 10 Number with no exponent

  5. rationalToNumber :: Rational -> Number

    config-value Config

    Rational to a radix 10 Number with no exponent

  6. MkNumber :: Radix -> Rational -> Number

    config-value Config.Number

    No documentation available.

  7. integerToNumber :: Integer -> Number

    config-value Config.Number

    Integer to a radix 10 Number with no exponent

  8. rationalToNumber :: Rational -> Number

    config-value Config.Number

    Rational to a radix 10 Number with no exponent

  9. JsonNumber :: Scientific -> JsonValue

    core-data Core.Encoding.Json

    No documentation available.

  10. rFailureNumAck :: Error -> !Int32

    cql Database.CQL.Protocol

    No documentation available.

Page 381 of many | Previous | Next