Suppose I want, in a certain scope, to use my own ...
# announcements
n
Suppose I want, in a certain scope, to use my own map function instead of the standard library one. How do I do that?
z
Import it instead of the stdlib one
n
Thanks, was getting confused by unrelated matters. Got it working 🙂