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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 1 made by PepeIborra at 2018-04-30T22:00:12Z
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 2018-01-18T00:53:06Z
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 19388 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-18 [all 1 reports]

Readme for haskell-src-exts-util-0.2.2

[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.