Improve error message in pattern matching when we forget to match the payload
オープン
Area-Diagnostics
Feature Improvement
Theme-Simple-F#
- 主要言語
- F#
- スター
- 4.3k
- フォーク
- 876
- 平均マージ
- 4日 8時間
- マージ済み PR(30日)
- 133
説明
type Msg =
| ShowImage of int
let update model (msg:Msg) =
match msg with
| ShowImage ->
model

this is not helpful for newcomers. We should somehow explain that the pattern needs a payload placeholder.
コントリビューションガイド
評価
この issue はまだ評価されていません。