Cmd.ml
elm_system
1 2 type 'msg t = None | Msg of 'msg let none = None
1 2
type 'msg t = None | Msg of 'msg let none = None