lib.fileset: Various updates relating to union/unions

Also some minor formatting improvements
This commit is contained in:
Silvan Mosberger 2023-09-13 23:31:02 +02:00
parent f78d65067f
commit c5ae093f13
4 changed files with 54 additions and 19 deletions

View file

@ -9,7 +9,7 @@ File sets are easy and safe to use, providing obvious and composable semantics w
These sections apply to the entire library.
See the [function reference](#sec-functions-library-fileset) for function-specific documentation.
The file set library is currently very limited but is being expanded to include more functions over time.
The file set library is currently somewhat limited but is being expanded to include more functions over time.
## Implicit coercion from paths to file sets {#sec-fileset-path-coercion}