Merge branch 'trunk' into more-tea

This commit is contained in:
Folkert de Vries 2020-12-14 02:30:04 +01:00 committed by GitHub
commit 3d9b82e35e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 188 additions and 184 deletions

View file

@ -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";