NameSet : Type SortedSet of Names
Totality: total
Visibility: public exportcontainsVariable : Name -> TTImp -> Bool Check if a TTImp contains a variable
Totality: total
Visibility: exportusesVariables : TTImp -> NameSet Calculate a set of used variables
Totality: total
Visibility: exportsubstituteVariables : SortedMap Name TTImp -> TTImp -> TTImp Substitute all occurrences of each variable with the given expression
Totality: total
Visibility: exportsubstituteVariable : Name -> TTImp -> TTImp -> TTImp Substitute all occurrences of given variable with given expression
Totality: total
Visibility: exportsubstituteBind : SortedMap Name TTImp -> TTImp -> TTImp Substitute all variable and BindVar occurrences with given
Totality: total
Visibility: export