improve comment
This commit is contained in:
parent
b08c6d4e16
commit
f77a873a15
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ isEmpty MAny = True
|
||||||
isEmpty _ = False
|
isEmpty _ = False
|
||||||
|
|
||||||
{- Combines two matchers, yielding a matcher that will match anything
|
{- Combines two matchers, yielding a matcher that will match anything
|
||||||
- both do. -}
|
- both do. But, if one matcher contains no limits, yield the other one. -}
|
||||||
combineMatchers :: Matcher a -> Matcher a -> Matcher a
|
combineMatchers :: Matcher a -> Matcher a -> Matcher a
|
||||||
combineMatchers a b
|
combineMatchers a b
|
||||||
| isEmpty a = b
|
| isEmpty a = b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue