Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allButCSP :: PasswordPolicy -> [Int]password Data.Password.Validate All Int fields of the PasswordPolicy in a row
allLengths :: Int -> [LengthPattern Int]perf Perf.Algos All the length algorithms.
allSums :: Int -> [SumPattern Int]perf Perf.Algos All the sum algorithms.
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.