Skip to content

Commit b63d05a

Browse files
committed
Resolve merge conflict
1 parent e5c0503 commit b63d05a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/ocaml/typing/typeopt.mli

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,13 @@ val bigarray_specialize_kind_and_layout :
4747
Types.type_expr -> Lambda.bigarray_kind * Lambda.bigarray_layout
4848
4949
val value_kind : Env.t -> Types.type_expr -> Lambda.value_kind
50-
*)
51-
52-
<<<<<<< janestreet/merlin-jst:merge-5.2.0minus-18
53-
||||||| ocaml-flambda/flambda-backend:0ac8fae40c9729a24ef59fa55b51d70247ac5274
54-
val value_kind : Env.t -> Location.t -> Types.type_expr -> Lambda.value_kind
55-
56-
=======
57-
val value_kind : Env.t -> Location.t -> Types.type_expr -> Lambda.value_kind
5850
5951
val transl_mixed_block_element :
6052
Env.t -> Location.t -> Types.type_expr -> Types.mixed_block_element
6153
-> unit Lambda.mixed_block_element
6254
63-
>>>>>>> ocaml-flambda/flambda-backend:dec889241a60580e1390742671f8dc1ce679cf33
55+
*)
56+
6457
val classify_lazy_argument : Typedtree.expression ->
6558
[ `Constant_or_function
6659
| `Float_that_cannot_be_shortcut

0 commit comments

Comments
 (0)