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
Since the generalization of ssim up-to-bind (f755434).
This is a non-trivial problem, as a ssim (update_val_rel eq eq) appears, which is not equivalent to just ssim eq because of the annoying type parameter in the val case.
The coffee machine example (more specifically the coffee_ssim proof) is a good starting point to take a closer look at the problem.
The text was updated successfully, but these errors were encountered:
Since the generalization of ssim up-to-bind (f755434).
This is a non-trivial problem, as a
ssim (update_val_rel eq eq)
appears, which is not equivalent to justssim eq
because of the annoying type parameter in theval
case.The coffee machine example (more specifically the
coffee_ssim
proof) is a good starting point to take a closer look at the problem.The text was updated successfully, but these errors were encountered: