Remove deleted function from exposing list.

This commit is contained in:
Dillon Kearns 2021-05-27 12:59:20 -07:00
parent c6fa139cba
commit 71c212d5ec
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,6 @@ module DataSource.Glob exposing
, atLeastOne, map, oneOf, succeed, toDataSource, zeroOrMore
, toNonEmptyWithDefault
, run, extractMatches
, singleFile
)
{-|