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 \
57
57
belt_Array.cmj belt_MapString.cmi
58
58
belt_MapInt.cmj : belt_internalMapInt.cmj belt_internalAVLtree.cmj \
59
59
belt_Array.cmj belt_MapInt.cmi
60
+ belt_Option.cmj : belt_Option.cmi
60
61
belt_Set.cmj : belt_SetString.cmj belt_SetInt.cmj belt_SetDict.cmj \
61
62
belt_Id.cmj belt_Array.cmj belt_Set.cmi
62
63
belt_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 =
96
96
| "Belt_MapInt" -> " Belt.Map.Int"
97
97
| "Belt_MapString" -> " Belt.Map.String"
98
98
99
+ | "Belt_Option" -> " Belt.Option"
100
+
99
101
| "Belt_MutableSet" -> " Belt.MutableSet"
100
102
| "Belt_MutableSetInt" -> " Belt.MutableSet.Int"
101
103
| "Belt_MutableSetString" -> " Belt.MutableSet.String"
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ var cmi_files =
103
103
`belt_SetString` ,
104
104
`belt_Map` ,
105
105
`belt_MapInt` ,
106
+ `belt_Option` ,
106
107
`belt_MapString` ,
107
108
`belt_MutableSet` ,
108
109
`belt_MutableSetInt` ,
You can’t perform that action at this time.
0 commit comments