Open fingolfin opened 2 years ago
The first has nothing to do with the map interface. It's an internal undocumented function. You can rename it if you want, but I am not even sure I remember what it does.
When I did the modules, Claus had this thing he was calling a preimage, which wasn't actually mathematically strictly a preimage. So I remember implementing that for him because he wanted it right when I finally finished modules. Maybe this had something to do with that.
In the module docs is preimage which I presume is the real thing (though it gives a "preimage" at a point, not a set theoretic one).
Consider the following undocumented methods:
Are there any conceptual differences here? Or could/should
inverse_image_fn
be renamed toinverse_fn
?