Dict equality is unreliable, but in the sense that it say two dicts are unequal when semantically they are. Also, equality on lists is reliable (and Dict.fromList is always in sorted order) so equating the results of Dict.fromList should be okay.
So... dictEquals : Dict a b -> Dict a b -> Bool dictEquals d1 d2 = -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.