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)