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.
getNumPrimecountThreads :: IO Intprimecount Math.NumberTheory.Prime.Count Get the currently set number of threads used by libprimecount.
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.
primecount_get_num_threads :: IO Intprimecount Math.NumberTheory.Prime.Count.FFI Get the currently set number of threads used by libprimecount.
primecount_set_num_threads :: Int -> IO ()primecount Math.NumberTheory.Prime.Count.FFI Set the number of threads used by libprimecount.
-
protobuf Data.ProtocolBuffers Enumeration fields use fromEnum and toEnum when encoding and decoding messages.
-
protobuf Data.ProtocolBuffers.Internal Enumeration fields use fromEnum and toEnum when encoding and decoding messages.
Enumeration :: a -> Enumeration aprotobuf Data.ProtocolBuffers.Internal No documentation available.
runEnumeration :: Enumeration a -> aprotobuf Data.ProtocolBuffers.Internal No documentation available.
-
protobuf-simple Data.ProtoBufInt Type to represent a field number (unique numbered tag).
FieldNumber :: Word32 -> FieldNumberprotobuf-simple Data.ProtoBufInt No documentation available.