Module Cmd

type 'msg t =
  1. | None
  2. | Msg of 'msg
val none : 'a t