Popularity
5.5
Stable
Activity
0.0
Stable
4
5
3

Monthly Downloads: 57
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Language     Haskell    
Latest version: v0.2.5

haskell-src-exts-util alternatives and similar packages

Based on the "haskell" category.
Alternatively, view haskell-src-exts-util alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haskell-src-exts-util or a related project?

Add another 'haskell' Package

README

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.