Skip to content

Commit

Permalink
Adding belt_Option to some files
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Mar 18, 2018
1 parent 4a5190a commit 6c774aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions jscomp/others/.depend
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ belt_MapString.cmj : belt_internalMapString.cmj belt_internalAVLtree.cmj \
belt_Array.cmj belt_MapString.cmi
belt_MapInt.cmj : belt_internalMapInt.cmj belt_internalAVLtree.cmj \
belt_Array.cmj belt_MapInt.cmi
belt_Option.cmj : belt_Option.cmi
belt_Set.cmj : belt_SetString.cmj belt_SetInt.cmj belt_SetDict.cmj \
belt_Id.cmj belt_Array.cmj belt_Set.cmi
belt_MutableSet.cmj : belt_internalAVLset.cmj belt_SortArray.cmj \
Expand Down
2 changes: 2 additions & 0 deletions jscomp/outcome_printer/outcome_printer_ns.ml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ let out_ident ppf s =
| "Belt_MapInt" -> "Belt.Map.Int"
| "Belt_MapString" -> "Belt.Map.String"

| "Belt_Option" -> "Belt.Option"

| "Belt_MutableSet" -> "Belt.MutableSet"
| "Belt_MutableSetInt" -> "Belt.MutableSet.Int"
| "Belt_MutableSetString" -> "Belt.MutableSet.String"
Expand Down
1 change: 1 addition & 0 deletions jscomp/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ var cmi_files =
`belt_SetString`,
`belt_Map`,
`belt_MapInt`,
`belt_Option`,
`belt_MapString`,
`belt_MutableSet`,
`belt_MutableSetInt`,
Expand Down

0 comments on commit 6c774aa

Please sign in to comment.