mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
wip
This commit is contained in:
parent
c7dd1978fb
commit
e949188319
12 changed files with 286 additions and 162 deletions
|
@ -7,6 +7,7 @@ use subs::Variable;
|
|||
|
||||
// The standard modules
|
||||
pub const MOD_FLOAT: &'static str = "Float";
|
||||
pub const MOD_BOOL: &'static str = "Float";
|
||||
pub const MOD_INT: &'static str = "Int";
|
||||
pub const MOD_STR: &'static str = "Str";
|
||||
pub const MOD_LIST: &'static str = "List";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue