Merge branch 'trunk' into rvcas/list_functions

This commit is contained in:
Lucas 2020-11-24 09:07:28 -05:00 committed by GitHub
commit dfcf7bb7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 1971 additions and 1318 deletions

View file

@ -59,6 +59,7 @@ impl TagName {
impl ModuleName {
// NOTE: After adding one of these, go to `impl ModuleId` and
// add a corresponding ModuleId to there!
pub const APP: &'static str = ""; // app modules have no module name
pub const BOOL: &'static str = "Bool";
pub const STR: &'static str = "Str";
pub const NUM: &'static str = "Num";