haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

Add `alexEOF` to monad wrapper docs. Fixes #146 #147

Closed german1608 closed 5 years ago

german1608 commented 5 years ago

Documents that monad wrappers expects you to define an alexEOF variable. This fixes #146. Hope that this will be useful for alex new users :)