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.

  1. allButCSP :: PasswordPolicy -> [Int]

    password Data.Password.Validate

    All Int fields of the PasswordPolicy in a row

  2. allLengths :: Int -> [LengthPattern Int]

    perf Perf.Algos

    All the length algorithms.

  3. allSums :: Int -> [SumPattern Int]

    perf Perf.Algos

    All the sum algorithms.

  4. allocated :: SpaceStats -> Word64

    perf Perf.Space

    No documentation available.

  5. allocation :: Bool -> StepMeasure IO Bytes

    perf Perf.Space

    Measure memory allocation, with a flag to run performGC prior to the measurement.

  6. allStats :: Int -> Map [Text] [[Double]] -> Map [Text] [Double]

    perf Perf.Stats

    Compute all stats.

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

  8. allDirectoryContents' :: RawFilePath -> IO [RawFilePath]

    posix-paths System.Posix.Directory.Traversals

    Get all files from a directory and its subdirectories strictly.

  9. allFieldsList :: Record rec => [SomeField rec]

    prairie Prairie.Class

    Like allFields but with the type specialized to lists.

  10. allFieldsNonEmpty :: Record rec => NonEmpty (SomeField rec)

    prairie Prairie.Class

    Like allFields but with the type specialized to NonEmpty lists.

Page 140 of many | Previous | Next