This commit is contained in:
Anton-4 2022-01-17 11:17:25 +01:00
parent bcdbbd1a5d
commit fc0047a452

View File

@ -11,7 +11,7 @@ use roc_module::ident::Lowercase;
use roc_types::subs::Variable;
#[derive(Debug)]
pub struct Rigids { // Rigid type variable = type variable where type is specified by the programmar
pub struct Rigids { // Rigid type variable = type variable where type is specified by the programmer
pub names: PoolVec<(Option<PoolStr>, Variable)>, // 8B
padding: [u8; 1],
}