Adding unify stub
This commit is contained in:
parent
0dff177e8f
commit
5a70784346
@ -189,4 +189,9 @@ impl<'a> TypeContext<'a> {
|
||||
_ => Type::Const(TypeConst::Unit)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
fn unify(&mut self, t1: &Type, t2: &Type) -> InferResult<Type> {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user