@hackage / tie-knot

"Ties the knot" on a given set of structures that reference each other by keys.

Latest0.2

About

Metadata

  • Last updated , by PetrPudlak
  • License LicenseRef-LGPL
  • Categories Data Structures
  • Maintained by: Petr Pudlák <petr.mvd@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

"Ties the knot" on a given set of structures that reference each other by keys - replaces the keys with their respective values. Takes Map k (v k) and converts into Map k v' where v' is the fixed point of v. See the homepage for examples.