unison
unison copied to clipboard
view List.foldMap should use the foldMap name
when a user asks ucm to view List.foldMap they get the equivalent definition using the name List.foldBalanced instead of List.foldMap. We have an algorithm to determine which name to show for a given definition, it should be overridden when the user has specified a name like this.
Interesting; I thought this was fixed — and actually I think it has been, but only if you use the fully qualified name. e.g. view data.List.foldMap (or perhaps view lib.base.data.List.foldMap), and apparently still an issue when the user provides a suffixified name.