mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
parent
8f1878bc42
commit
817bb22f9e
3 changed files with 86 additions and 16 deletions
|
@ -4,7 +4,7 @@ use roc_collections::all::{MutMap, MutSet};
|
|||
use roc_module::ident::{Lowercase, TagName};
|
||||
use roc_module::symbol::{Interns, ModuleId, Symbol};
|
||||
|
||||
static WILDCARD: &str = "*";
|
||||
pub static WILDCARD: &str = "*";
|
||||
static EMPTY_RECORD: &str = "{}";
|
||||
static EMPTY_TAG_UNION: &str = "[]";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue