File: README.md

package info (click to toggle)
haskell-src-exts-util 0.2.5-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 356; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[![Hackage](https://img.shields.io/hackage/v/haskell-src-exts-util.svg)](https://hackage.haskell.org/package/haskell-src-exts-util)
[![Stackage Nightly](http://stackage.org/package/haskell-src-exts-util/badge/nightly)](http://stackage.org/nightly/package/haskell-src-exts-util)
[![Travis Build Status](https://travis-ci.org/pepeiborra/haskell-src-exts-util.svg)](https://travis-ci.org/pepeiborra/haskell-src-exts-util)
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.