File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4874,7 +4874,6 @@ lambda/value_rec_compiler.cmo : \
4874
4874
typing/value_rec_types.cmi \
4875
4875
typing/primitive.cmi \
4876
4876
utils/misc.cmi \
4877
- utils/lazy_backtrack.cmi \
4878
4877
lambda/lambda.cmi \
4879
4878
typing/ident.cmi \
4880
4879
lambda/debuginfo.cmi \
@@ -4884,7 +4883,6 @@ lambda/value_rec_compiler.cmx : \
4884
4883
typing/value_rec_types.cmi \
4885
4884
typing/primitive.cmx \
4886
4885
utils/misc.cmx \
4887
- utils/lazy_backtrack.cmx \
4888
4886
lambda/lambda.cmx \
4889
4887
typing/ident.cmx \
4890
4888
lambda/debuginfo.cmx \
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ Working version
104
104
is a break hint at the end.
105
105
(Florian Angeletti, review by Gabriel Scherer)
106
106
107
+ - #13938: Tweak compilation of recursive values to preserve unicity of
108
+ mutable structures
109
+ (Vincent Laviron, review by Gabriel Scherer)
110
+
107
111
OCaml 5.4.0
108
112
---------------
109
113
You can’t perform that action at this time.
0 commit comments