Safe Haskell | None |
---|---|
Language | GHC2021 |
PathSize.Data.PathData
Description
Provides PathData
type.
Since: 0.1
Synopsis
- data PathData = MkPathData {}
Documentation
Associates a path to its total (recursive) size in the file-system.
Takes a parameter for the size, allowing us to use a more efficient
temporary type (e.g. Integer
) before finally converting to
Natural.
Since: 0.1
Constructors
MkPathData | |