haskell-src-exts-util: Helper functions for working with haskell-src-exts trees

[ bsd3, language, library ] [ Propose Tags ]

Helper functions for working with haskell-src-exts trees.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.2, 0.2.3, 0.2.4, 0.2.5
Change log changelog.md
Dependencies base (<5), containers, data-default, haskell-src-exts (>=1.20.0), semigroups, transformers, uniplate [details]
License BSD-3-Clause
Copyright All Rights Reserved
Author Neil Mitchell, Jose Iborra
Maintainer pepeiborra@gmail.com
Category language
Home page https://github.com/pepeiborra/haskell-src-exts-util
Bug tracker https://github.com/pepeiborra/haskell-src-exts-util/issues
Source repo head: git clone https://github.com/pepeiborra/haskell-src-exts-util
Uploaded by PepeIborra at 2019-04-11T20:19:17Z
Distributions Arch:0.2.5, Debian:0.2.5, Fedora:0.2.5, LTSHaskell:0.2.5, NixOS:0.2.5, Stackage:0.2.5
Reverse Dependencies 2 direct, 35 indirect [details]
Downloads 19382 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-11 [all 1 reports]

Readme for haskell-src-exts-util-0.2.5

[back to package description]

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.