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

[ bsd3, language, library ] [ Propose Tags ]

see README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Language
    • Haskell
      • Exts
        • Language.Haskell.Exts.Util

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
Dependencies base (<5), containers, data-default, haskell-src-exts, 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
Uploaded by PepeIborra at 2017-08-25T19:46:37Z
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 19354 total (56 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-08-25 [all 3 reports]

Readme for haskell-src-exts-util-0.2.1

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