Add typed beta rules for (vproj x (vin x...)) etc.
Opened this issue · 2 comments
jonsterling commented
These are exactly the case that our direct computation rules cannot deal with (because it is not a stable reduction).
Also, @favonia, what happens with HITs? do we generate typed beta rules for such cases? Otherwise, it would not be possible to prove many goals that ought to be true.
An alternative is to add a single rule that lets us establish a judgmental equivalence using unstable evaluation, supposing that both sides of the equation are well-typed. This seems likely to be true (it seems like it has to be!), but I'd like someone to double check to be sure.
favonia commented
No typed beta rules for inductive types yet, and I prefer the second solution.