API suggestion for dict/set in core; custom compare functions

Haha, no worries :slight_smile:

I missed this part - I can’t think of any way around function comparison here :confused: hmm…

You could provide you own equality function like MyDict.equal, but no guaranty that users are not going to do dict1 == dict2. Except if elm compiler detect function equality attempts one day