We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type Cmd<'msg> = Cmd'<'msg> list and private Cmd'<'msg> = Send<'msg> -> unit
formatted to
Preview
Can we have an option to remove the empty line above and? Thanks.
and