[](https://hackage.haskell.org/package/haskell-src-exts-util)
[](http://stackage.org/nightly/package/haskell-src-exts-util)
[](https://travis-ci.org/pepeiborra/haskell-src-exts-util)
haskell-src-exts-util
=====================
A small suite of helper functions for working with **haskell-src-exts**:
- Free variables
- Bound variables
- Minimal (approximate) rebracketing of AST values such that prettyprint roundtrips.
Acknowledgments
================
This package extracts some the HSE functions in **HLint** and generalizes them. The original code was authored over the years by Neil Mitchell and the rest of HLint contributors.