pub type UnificationStorage<K> = Vec<VarValue<K>>;
pub struct UnificationStorage<K> { /* private fields */ }