Fix: indentation

This commit is contained in:
Alain Mebsout 2018-05-23 12:05:27 +02:00 committed by Benjamin Canou
parent cf8532e8f7
commit 68f86fe274
2 changed files with 137 additions and 138 deletions

View File

@ -758,9 +758,8 @@ let merge_field_annot
| Some `Field_annot a1, Some `Field_annot a2 ->
if String.equal a1 a2
then ok annot1
else ok None
(* TODO check this, do we want typechecking here ? *)
(* error (Inconsistent_annotations ("%" ^ a1, "%" ^ a2)) *)
else ok None (* TODO check this, do we want typechecking here ?
error (Inconsistent_annotations ("%" ^ a1, "%" ^ a2)) *)
let merge_var_annot
: var_annot option -> var_annot option -> var_annot option