aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/ROmega4.v
AgeCommit message (Collapse)Author
2018-09-18Zify: replace local definitions by equationsVincent Laporte
2017-10-05romega: takes advantage of context variables with bodyPierre Letouzey
When a context variable x is of the form "x := body : Z", romega is now made aware of this body. Technically, we reify an equation x = body, and push a corresponding (eq_refl x) as argument of the final do_omega. See also the previous commit adding this same feature to omega (fixing bug 142).