This sounds like a serious bug (violating type safety inside a pure Elm program). Can you open a GitHub issue with an http://sscce.org/ please?
2016-08-03 19:19 GMT+02:00 Kyle J. Kress <[email protected]>: > And actually in my example issue last night, lazy made the Msg type > passed into the Foo.update function, the value violated type safety and a > message not of the type specified was fell through the last case statement > (which compiles out to the default on a JavaScript switch). > > -- > 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. > -- 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.
