@hackage / setoid

A Haskell implementation of setoid

Version Deprecated package0.1.0.0

About

Metadata

  • Last updated , by PavloKerestey
  • License BSD-3-Clause
  • Maintained by: kerestey@global.de

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

Setoid (https://en.wikipedia.org/wiki/Setoid) is a set equipped with an equivalence relation. Setoid is a useful data structure in cases where equivalence is chosen not to be equality. One can use it to influence the memberships of the elements more strictly, as opposed to sets, and run computations on unions when conflicts between elements are found. You can find more deatails in Data.Setoid