Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. getNumPrimecountThreads :: IO Int

    primecount Math.NumberTheory.Prime.Count

    Get the currently set number of threads used by libprimecount.

  2. setNumPrimecountThreads :: Int -> IO ()

    primecount Math.NumberTheory.Prime.Count

    Set the number of threads used by libprimecount. If the input is not positive, the thread count is set to 1. If the input is greater than the number of CPUs available, the thread count is set to the number of CPUs available.

  3. primecount_get_num_threads :: IO Int

    primecount Math.NumberTheory.Prime.Count.FFI

    Get the currently set number of threads used by libprimecount.

  4. primecount_set_num_threads :: Int -> IO ()

    primecount Math.NumberTheory.Prime.Count.FFI

    Set the number of threads used by libprimecount.

  5. data Enumeration a

    protobuf Data.ProtocolBuffers

    Enumeration fields use fromEnum and toEnum when encoding and decoding messages.

  6. newtype Enumeration a

    protobuf Data.ProtocolBuffers.Internal

    Enumeration fields use fromEnum and toEnum when encoding and decoding messages.

  7. Enumeration :: a -> Enumeration a

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  8. runEnumeration :: Enumeration a -> a

    protobuf Data.ProtocolBuffers.Internal

    No documentation available.

  9. newtype FieldNumber

    protobuf-simple Data.ProtoBufInt

    Type to represent a field number (unique numbered tag).

  10. FieldNumber :: Word32 -> FieldNumber

    protobuf-simple Data.ProtoBufInt

    No documentation available.

Page 512 of many | Previous | Next