mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Changed 'Map' to 'Dict' in many places
This commit is contained in:
parent
54ba54680d
commit
197d3c3c81
6 changed files with 43 additions and 39 deletions
|
@ -64,7 +64,7 @@ impl ModuleName {
|
|||
pub const STR: &'static str = "Str";
|
||||
pub const NUM: &'static str = "Num";
|
||||
pub const LIST: &'static str = "List";
|
||||
pub const MAP: &'static str = "Map";
|
||||
pub const DICT: &'static str = "Dict";
|
||||
pub const SET: &'static str = "Set";
|
||||
pub const RESULT: &'static str = "Result";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue