packages feed

HUnit-approx-1.0: README.md

`HUnit-approx`
==============

[![Build Status](https://travis-ci.org/goldfirere/HUnit-approx.svg?branch=master)](https://travis-ci.org/goldfirere/HUnit-approx)

This Haskell package provides operators to test approximate equality among
numerical values, compatible with
[HUnit](http://hackage.haskell.org/package/HUnit). It uses implicit variables
to make for a clean interface, where approximate comparison looks like a
binary operator.