@hackage invert1.0.0.5

Automatically generate a function’s inverse

This library deals with computing a function’s inverse. The function’s domain must be enumerable, and preferably rather small. The function’s codomain must belong to the Eq class (even better, Ord or Hashable).