Substitution
Class in TypeChecker
Inherits from System.Collections.Generic.Dictionary
2`
Summary
A substitution is a mapping between type variables and types (or other type variables). It is produced during the process of type resolution by the TypeChecker.Solver
class.
Methods
Name
Description
Returns a duplicate of this Substitution .
Last updated