add DbgFormatter to inspect

This commit is contained in:
Brendan Hansknecht 2023-11-27 17:13:11 -08:00
parent 768b55b8c5
commit b8e644a1e3
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 262 additions and 6 deletions

View file

@ -1628,6 +1628,8 @@ 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"
}
15 JSON: "TotallyNotJson" => {
0 JSON_JSON: "TotallyNotJson"