mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add Decode to the load graph
This commit is contained in:
parent
1f4099449d
commit
fc71e3df04
5 changed files with 9 additions and 1 deletions
|
@ -78,6 +78,7 @@ impl ModuleName {
|
|||
pub const RESULT: &'static str = "Result";
|
||||
pub const BOX: &'static str = "Box";
|
||||
pub const ENCODE: &'static str = "Encode";
|
||||
pub const DECODE: &'static str = "Decode";
|
||||
pub const JSON: &'static str = "Json";
|
||||
|
||||
pub fn as_str(&self) -> &str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue