Skip to main content

unify

Function unify 

Source
pub fn unify(a: &Type, b: &Type) -> Result<Substitution, String>
Expand description

Unify two types, producing a substitution or an error.