mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Merge branch 'trunk' into more-tea
This commit is contained in:
commit
3d9b82e35e
18 changed files with 188 additions and 184 deletions
|
@ -69,7 +69,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