소스 검색

syntax fix for older ocaml

Nicolas Cannasse 13 년 전
부모
커밋
708915649e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gencommon.ml

+ 1 - 1
gencommon.ml

@@ -7957,7 +7957,7 @@ struct
           if is_some null_vt && is_none null_et then
             handle_unwrap e.etype (run v)
           else if is_none null_vt && is_some null_et then
-            handle_wrap ({ run v with etype = get (is_null_t e.etype) })
+            handle_wrap ({ (run v) with etype = get (is_null_t e.etype) })
           else
             Type.map_expr run e
         | TField(ef, field) when is_some (is_null_t ef.etype) ->