jstolarek / inferno

Mirrored from https://gitlab.inria.fr/fpottier/inferno
MIT License
0 stars 1 forks source link

Merge skolem and mono flags in the variable descriptor #39

Open jstolarek opened 2 years ago

jstolarek commented 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:

This would exclude the case that monomorphic and skolem are true at the same time, which is an invalid state.