Description
A small Haskell library that improves how assertion failures and error calls are written. It gives developers cleaner syntax for reporting failures while keeping source locations and messages useful.
Use it in Haskell code where internal checks should be easier to write and understand. Assertions are a development aid; user-facing validation still needs deliberate error handling.