Re-constrain closures

This commit is contained in:
Richard Feldman 2019-10-20 16:26:06 -04:00
parent 593811d27f
commit c7dd1978fb
7 changed files with 340 additions and 700 deletions

View file

@ -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";