Description
Provides helpers for checking Megaparsec parsers inside Hspec tests. It makes parser tests easier to read by focusing each check on the input, the expected parse result, and useful failure messages.
Use it when developing Haskell software that parses text, configuration files, languages, or command syntax with Megaparsec. It is a test library, not an end-user application.