mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Remove unused function from Glob.
This commit is contained in:
parent
63bcae4877
commit
d2a9e18346
@ -7,7 +7,6 @@ module DataSource.Glob exposing
|
||||
, expectUniqueMatch
|
||||
, literal
|
||||
, atLeastOne, map, oneOf, succeed, toDataSource, zeroOrMore
|
||||
, toNonEmptyWithDefault
|
||||
)
|
||||
|
||||
{-|
|
||||
@ -203,11 +202,6 @@ That will give us
|
||||
|
||||
@docs atLeastOne, map, oneOf, succeed, toDataSource, zeroOrMore
|
||||
|
||||
|
||||
## Is this useful/used?
|
||||
|
||||
@docs toNonEmptyWithDefault
|
||||
|
||||
-}
|
||||
|
||||
import DataSource exposing (DataSource)
|
||||
@ -841,7 +835,6 @@ atLeastOne ( defaultMatch, otherMatchers ) =
|
||||
)
|
||||
|
||||
|
||||
{-| -}
|
||||
toNonEmptyWithDefault : a -> List a -> ( a, List a )
|
||||
toNonEmptyWithDefault default list =
|
||||
case list of
|
||||
|
Loading…
Reference in New Issue
Block a user