mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
WIP partial implementation for desugar_defs_node_suffixed
This commit is contained in:
parent
3b2e9e36b8
commit
406ffdffab
4 changed files with 105 additions and 7 deletions
|
@ -114,6 +114,7 @@ impl ModuleName {
|
|||
pub const DECODE: &'static str = "Decode";
|
||||
pub const HASH: &'static str = "Hash";
|
||||
pub const INSPECT: &'static str = "Inspect";
|
||||
pub const TASK: &'static str = "Task";
|
||||
pub const JSON: &'static str = "TotallyNotJson";
|
||||
|
||||
pub fn as_str(&self) -> &str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue