Fix types

This commit is contained in:
Ayaz Hafiz 2023-07-17 10:10:50 -05:00
parent 54e8d1d908
commit 8b7823a237
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 26 additions and 3 deletions

View file

@ -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)