mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
add DbgFormatter to inspect
This commit is contained in:
parent
768b55b8c5
commit
b8e644a1e3
3 changed files with 262 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue