lib.fileset: expose the empty fileset
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user