mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fix types
This commit is contained in:
parent
54e8d1d908
commit
8b7823a237
5 changed files with 26 additions and 3 deletions
|
@ -397,7 +397,7 @@ pub fn unify(
|
|||
pools: &mut pools,
|
||||
|
||||
#[cfg(debug_assertions)]
|
||||
checkmate: None,
|
||||
checkmate: &mut None,
|
||||
};
|
||||
|
||||
compact_lambda_sets_of_vars(&mut env, lambda_sets_to_specialize, &late_phase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue