Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allocated :: SpaceStats -> Word64perf Perf.Space No documentation available.
allocation :: Bool -> StepMeasure IO Bytesperf Perf.Space Measure memory allocation, with a flag to run performGC prior to the measurement.
allStats :: Int -> Map [Text] [[Double]] -> Map [Text] [Double]perf Perf.Stats Compute all stats.
allDirectoryContents :: RawFilePath -> IO [RawFilePath]posix-paths System.Posix.Directory.Traversals Get all files from a directory and its subdirectories. Upon entering a directory, allDirectoryContents will get all entries strictly. However the returned list is lazy in that directories will only be accessed on demand.
allDirectoryContents' :: RawFilePath -> IO [RawFilePath]posix-paths System.Posix.Directory.Traversals Get all files from a directory and its subdirectories strictly.
allFieldsList :: Record rec => [SomeField rec]prairie Prairie.Class Like allFields but with the type specialized to lists.
allFieldsNonEmpty :: Record rec => NonEmpty (SomeField rec)prairie Prairie.Class Like allFields but with the type specialized to NonEmpty lists.
allVariables :: HasVariables a => a -> VarContextquickcheck-dynamic Test.QuickCheck.StateModel.Variables No documentation available.
allListRg :: Rg rg => rg -> [rg]rg Data.Rg list given items in the enumeration
allVectorRg :: Rg rg => rg -> [rg]rg Data.Rg list given items in the enumeration as a Vector