mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
add logic to generate/solve closure size constraints
This commit is contained in:
parent
bb6f36ad28
commit
05d1f28e83
8 changed files with 455 additions and 2 deletions
|
@ -70,7 +70,7 @@ pub enum TypeError {
|
|||
BadType(roc_types::types::Problem),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, Default)]
|
||||
pub struct Env {
|
||||
pub vars_by_symbol: SendMap<Symbol, Variable>,
|
||||
pub aliases: MutMap<Symbol, Alias>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue