Wrong indentation in list comprehension leads to unhelpful error message
Aperta
Area-Diagnostics
Feature Improvement
- Lingua principale
- F#
- Stelle
- 4.3k
- Fork
- 876
- Merge medio
- 4g 8h
- PR unite (30g)
- 133
Descrizione
In larger elmish views we see newcomers often messup indentation. Unfortunately the compiler is not helpful. This is one case of it:
let div _ _ = 1
let view model dispatch =
[
div [] []
div [] []
div [] []
div [] []
]

(related to #4228)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.