haskell-src-exts-util

Helper functions for working with haskell-src-exts trees

https://github.com/pepeiborra/haskell-src-exts-util

Version on this page:0.2.3
LTS Haskell 22.14:0.2.5
Stackage Nightly 2024-03-28:0.2.5
Latest on Hackage:0.2.5

See all snapshots haskell-src-exts-util appears in

BSD-3-Clause licensed by Neil Mitchell, Jose Iborra
Maintained by [email protected]
This version can be pinned in stack with:haskell-src-exts-util-0.2.3@sha256:7192e8747ee2b33731bddad964b27fcd15028dc8213b35be240f41a800a136ef,1416

Module documentation for 0.2.3

Hackage Stackage Nightly Travis Build Status 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.

Changes

0.2.3

  • isAtom is now more complete, thanks to Neil M.

0.2.2

  • Improved handling of OverloadedLabel syntax, thanks to Neil M.
  • Changed the treatment of multiple function composition in needParen. The new treatment is less keen to remove parentheses. Note that this is a change of behavior.
  • GHC 8.4 compatibility, courtesy of Ryan G. Scott