Closed iguerNL closed 8 years ago
Here is what I get:
let f l =
List.fold_left
(fun acc l ->
List.fold_left
(fun acc
e ->
assert false
) acc l
) [] l
let f l =
List.fold_left
(fun acc l ->
List.fold_left
(fun acc e ->
assert false
) acc l
) [] l
It looks ok to me ?
with which version ?
1.5.3, but there shouldn't be any significative changes with recent versions on this example. Maybe make sure your file doesn't contain tabs ?
Ah ! I have a tab in the indentation :-/
These two examples are not well indented by ocp-indent
1.5.3
(with OCaml 4.02.3).