Expose FilePattern.Summary

This commit is contained in:
Jeroen Engels 2024-06-06 16:31:33 +02:00
parent 50c7173fd8
commit 5b15dc1a3d
2 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,8 @@
module Review.FilePattern exposing
( FilePattern
, include, exclude, excludeDirectory
, compact, match
, Summary, compact, match
, toStrings
, Summary
)
{-| A module for selecting multiple files from the file system
@ -44,7 +43,7 @@ The supported patterns are the following:
## Using FilePattern
@docs compact, match
@docs Summary, compact, match
@docs toStrings
[`glob`]: https://en.wikipedia.org/wiki/Glob_%28programming%29