@hackage / generic-diff-instances

Diff instances for common types

Latest0.1.0.0

About

Metadata

  • Last updated , by fpringle
  • License BSD-3-Clause
  • Categories Generics, Testing
  • Maintained by: freddyjepringle@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.1
  3. 9.8.2
  4. 9.6.5
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7
  9. 8.6.5

Readme

Haskell CI

generic-diff instances

The generic-diff package aims to be lightweight and not force any instances which might have more than one interpretation.

This package provides a more comprehensive set of instances for types from a range of common packages.

Currently we provide instances for Map, Seq, Set and Tree from the containers package.