mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
make DbgFormatter an unexposed implementation detail
This commit is contained in:
parent
22c5241e41
commit
e5a0af5699
7 changed files with 54 additions and 68 deletions
|
@ -1631,8 +1631,7 @@ define_builtins! {
|
|||
31 INSPECT_APPLY: "apply"
|
||||
32 INSPECT_TO_INSPECTOR: "toInspector"
|
||||
33 INSPECT_NAT: "nat"
|
||||
34 INSPECT_DBG_FORMATTER: "DbgFormatter" exposed_type=true
|
||||
35 INSPECT_TO_DBG_STR: "toDbgStr"
|
||||
34 INSPECT_TO_STR: "toStr"
|
||||
}
|
||||
15 JSON: "TotallyNotJson" => {
|
||||
0 JSON_JSON: "TotallyNotJson"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue