mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
change just Json module name
This commit is contained in:
parent
7b22785b2b
commit
c1ff49be6c
26 changed files with 5495 additions and 5530 deletions
|
@ -1574,8 +1574,8 @@ define_builtins! {
|
|||
20 HASH_HASH_LIST: "hashList"
|
||||
21 HASH_HASH_UNORDERED: "hashUnordered"
|
||||
}
|
||||
14 JSON: "Json" => {
|
||||
0 JSON_JSON: "Json"
|
||||
14 JSON: "TotallyNotJson" => {
|
||||
0 JSON_JSON: "TotallyNotJson"
|
||||
}
|
||||
|
||||
num_modules: 15 // Keep this count up to date by hand! (TODO: see the mut_map! macro for how we could determine this count correctly in the macro)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue