| Copyright | (c) 2021-2022 Mirko Westermeier |
|---|---|
| License | MIT |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
HTMell.Tree.Load
Description
This module creates content trees - represented by their root HTree - from
directories, applying the neccessary HTMell.Tree.Load.Transformations.
Documentation
Arguments
| :: HTMellContent c | |
| => FilePath | The directory to read the content tree from |
| -> IO (Maybe (HTree c)) | The content tree ready to use, if possible |
Creates HTree content trees from a directory,
applying the neccessary HTMell.Tree.Load.Transformations.