Skip to content

Commit

Permalink
Merge 6c774aa into 27da8bf
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Mar 18, 2018
2 parents 27da8bf + 6c774aa commit 3b74344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jscomp/outcome_printer/outcome_printer_ns.ml
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
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 3b74344

Please sign in to comment.