Open jstolarek opened 2 years ago
We might consider merging skolem and monormophic flags of the variable descriptor in the unifier. This flag would have one of those values:
skolem
monormophic
This would exclude the case that monomorphic and skolem are true at the same time, which is an invalid state.
monomorphic
We might consider merging
skolem
andmonormophic
flags of the variable descriptor in the unifier. This flag would have one of those values:This would exclude the case that
monomorphic
andskolem
are true at the same time, which is an invalid state.