Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Maintains a set of inference variable bounds, ensuring that these are consistent as new bounds are added.
Link copied to clipboard
open fun performResolution(variablesToResolve: List<InferenceVariable>, typeSolver: TypeSolver): Optional<InstantiationSet>
Examines the bounds on an inference variable and determines an instantiation that is compatible with those bounds.