File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ belt_MapString.cmj : belt_internalMapString.cmj belt_internalAVLtree.cmj \
5757 belt_Array.cmj belt_MapString.cmi
5858belt_MapInt.cmj : belt_internalMapInt.cmj belt_internalAVLtree.cmj \
5959 belt_Array.cmj belt_MapInt.cmi
60+ belt_Option.cmj : belt_Option.cmi
6061belt_Set.cmj : belt_SetString.cmj belt_SetInt.cmj belt_SetDict.cmj \
6162 belt_Id.cmj belt_Array.cmj belt_Set.cmi
6263belt_MutableSet.cmj : belt_internalAVLset.cmj belt_SortArray.cmj \
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ let out_ident ppf s =
9696 | "Belt_MapInt" -> " Belt.Map.Int"
9797 | "Belt_MapString" -> " Belt.Map.String"
9898
99+ | "Belt_Option" -> " Belt.Option"
100+
99101 | "Belt_MutableSet" -> " Belt.MutableSet"
100102 | "Belt_MutableSetInt" -> " Belt.MutableSet.Int"
101103 | "Belt_MutableSetString" -> " Belt.MutableSet.String"
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ var cmi_files =
103103 `belt_SetString` ,
104104 `belt_Map` ,
105105 `belt_MapInt` ,
106+ `belt_Option` ,
106107 `belt_MapString` ,
107108 `belt_MutableSet` ,
108109 `belt_MutableSetInt` ,
You can’t perform that action at this time.
0 commit comments