> On Oct 5, 2016, at 6:17 PM, Joel Clermont <[email protected]> wrote: > > Equality: Similar to serialization, is this just a matter of me having to be > smarter when doing manual optimizations that look at model equality? Or is > there something in the runtime/compiler that is going to break or be less > optimized as a result?
If you (or anyone else contributing code to your project including any public Elm packages) use == with values that might contain functions, you have a lurking runtime error waiting to happen. Spreading the paranoia, Mark -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
