Deewiant / glob

Haskell library for glob matching
https://deewiant.iki.fi/projects/glob/
Other
25 stars 8 forks source link

Add IsString instance for Pattern #9

Closed maoe closed 7 years ago

maoe commented 7 years ago

This way we can write

globDir1 "*.hs" "."
Deewiant commented 7 years ago

Good idea, thanks!