Skip to content

Make EqType more realistic

Amin Timany requested to merge amin/logrel into master

This MR makes EqTypes (types on which you can CAS) more realistic. EqTypes are now: unit, boolean natural numbers and references. Having references in EqTypes makes the fine-grained stack example syntactically well-typed.

Merge request reports