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.

  1. allocated :: SpaceStats -> Word64

    perf Perf.Space

    No documentation available.

  2. allocation :: Bool -> StepMeasure IO Bytes

    perf Perf.Space

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

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

    perf Perf.Stats

    Compute all stats.

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

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

    posix-paths System.Posix.Directory.Traversals

    Get all files from a directory and its subdirectories strictly.

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

    prairie Prairie.Class

    Like allFields but with the type specialized to lists.

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

    prairie Prairie.Class

    Like allFields but with the type specialized to NonEmpty lists.

  8. allVariables :: HasVariables a => a -> VarContext

    quickcheck-dynamic Test.QuickCheck.StateModel.Variables

    No documentation available.

  9. allListRg :: Rg rg => rg -> [rg]

    rg Data.Rg

    list given items in the enumeration

  10. allVectorRg :: Rg rg => rg -> [rg]

    rg Data.Rg

    list given items in the enumeration as a Vector

Page 140 of many | Previous | Next