1 2 3 4 5 6 7 8 9 10
module Dialog.Msg exposing ( Msg(..) ) import Form exposing (Form) type Msg = NoOp | AddPaymentMsg Form.Msg | AddIncomeMsg Form.Msg