tie-knot

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

https://github.com/ppetr/tie-knot

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-LGPL licensed by Petr Pudlák
Maintained by Petr Pudlák

"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.