@hackage explain0.1.0.1
Show how expressions are parsed
Categories
License
MIT
Maintainer
me@joelt.io
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
- ansi-wl-pprint
- base >=4.6 && <4.7
- haskell-src-exts Show all…
Dependents (1)
@hackage/acme-everything
explain expr parenthesizes expr to show you how it's parsed.
explain has a large number of extensions enabled by default: multi-parameter typeclasses, Template Haskell, arrow
syntax, and so on. This is mainly for convenience. If necessary, flags to turn certain extension on and off will be
added in future versions.