add type alias for HashMapSubst
This commit is contained in:
parent
08a9bad0ad
commit
ed9f309306
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ impl Substitution for std::collections::HashMap< TypeID, TypeTerm > {
|
|||
}
|
||||
}
|
||||
|
||||
pub type HashMapSubst = std::collections::HashMap< TypeID, TypeTerm >;
|
||||
|
||||
impl TypeTerm {
|
||||
/// recursively apply substitution to all subterms,
|
||||
/// which will replace all occurences of variables which map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue