ollef / Earley

Parsing all context-free grammars using Earley's algorithm in Haskell.
BSD 3-Clause "New" or "Revised" License
361 stars 24 forks source link

Scrub `satisfyMaybe`; note `terminal` in docs of `satisfy` #48

Closed strake closed 4 years ago

strake commented 4 years ago

See #47.

Turns out satisfyMaybe is exactly terminal. However, i somehow failed to find the latter while seeking such a function. Ergo, scrub satisfyMaybe and point to terminal in the docs of satisfy.

ollef commented 4 years ago

Seems like I wasn't paying attention either :sweat_smile:

Thanks!