Open PaulBone opened 6 years ago
Anon functions should have some kind of human-readable name so we understand why they were created. At least when presented in error messages.
Anon functions recently got slightly-better names, but they're still some string created by mangled information about the source location and context. De mangling should be added to make this more friendly.
Anon functions should have some kind of human-readable name so we understand why they were created. At least when presented in error messages.