| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Dojang.Types.FileRouteMap.Evaluate
Synopsis
Documentation
Arguments
| :: FileRouteMap | The |
| -> Environment | The |
| -> (Map OsPath FilePathExpression, [EvaluationWarning]) | The evaluated routes and the warnings that occurred during evaluation. Unmatched routes or null routes will not be included in the result. |
Evaluates the FileRouteMap against an Environment.
evaluateRoutesWithFileTypes Source #
Arguments
| :: FileRouteMap | The |
| -> Environment | The |
| -> (Map OsPath (FilePathExpression, FileType), [EvaluationWarning]) | The evaluated routes and the warnings that occurred during evaluation. Unmatched routes or null routes will not be included in the result. |
Similar to evaluateRoutes, but also includes the FileType of each
evaluated route.