Closed sgraf812 closed 3 years ago
It appears that alexScanUser doesn't return Maybe (...) anymore since https://github.com/simonmar/alex/commit/1ad83f356698ef7a91301bd68cb6bc7665d5a6e3.
alexScanUser
Maybe (...)
Urgh, nevermind. It appears the User Guide at https://www.haskell.org/alex/doc/alex.pdf is just ancient.
It appears that
alexScanUser
doesn't returnMaybe (...)
anymore since https://github.com/simonmar/alex/commit/1ad83f356698ef7a91301bd68cb6bc7665d5a6e3.