ekmett / free

free monads
http://hackage.haskell.org/package/free
Other
161 stars 65 forks source link

add some, many to Alternative instance for final Alt encoding #188

Closed mstksg closed 5 years ago

mstksg commented 5 years ago

This will allow runAlt to take advantage of more performant some and many in the target concrete Alternative.

Thanks for the great package by the way :)