mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Re-constrain closures
This commit is contained in:
parent
593811d27f
commit
c7dd1978fb
7 changed files with 340 additions and 700 deletions
|
@ -5,8 +5,6 @@ use region::Located;
|
|||
use region::Region;
|
||||
use subs::Variable;
|
||||
|
||||
type ModuleName = String;
|
||||
|
||||
// The standard modules
|
||||
pub const MOD_FLOAT: &'static str = "Float";
|
||||
pub const MOD_INT: &'static str = "Int";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue