lib.fileset: expose the empty fileset

This commit is contained in:
Niols
2025-08-29 13:07:55 +02:00
parent a99adc7c06
commit b99df9d494
+11
View File
@@ -1007,6 +1007,17 @@ in
submodules = recurseSubmodules;
};
/**
The empty fileset. It can be useful as a default value or as starting accumulator for a folding operation.
# Type
```
empty :: FileSet
```
*/
empty = _emptyWithoutBase;
/**
Tests whether a given value is a fileset, or can be used in place of a fileset.