Msg is a concrete type, yes, but it doesn't have to be as simple as Int. This is perfectly reasonable:
type Msg = Resize Window.Size | Tick Time | Click Mouse.Position | NoOp Just as long as there are no lowercase type variables. -- 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.
