You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using impredicative set, which means that our universe is inconsistent with mathematically well-respected axioms. See on impredicative-set: http://coq.inria.fr/faq (find "impredicative").
Prof. Gil Hur said that vellvm seems not use impredicativity in fundamental way, so we can remove it. It seems once CompCert used it, so maybe the option sneaked in vellvm from CompCert.
So I would like to try to remove impredicative-set option, if possible.
The text was updated successfully, but these errors were encountered:
We are using impredicative set, which means that our universe is inconsistent with mathematically well-respected axioms. See on impredicative-set: http://coq.inria.fr/faq (find "impredicative").
Prof. Gil Hur said that vellvm seems not use impredicativity in fundamental way, so we can remove it. It seems once CompCert used it, so maybe the option sneaked in vellvm from CompCert.
So I would like to try to remove impredicative-set option, if possible.
The text was updated successfully, but these errors were encountered: