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
Right now, the harness fails on some mutually recursive lemmas because it puts one decreases on the val for the lemma that we check and on the let rec for the other lemmas in the block.
Right now, the harness fails on some mutually recursive lemmas because it puts one decreases on the
val
for the lemma that we check and on thelet rec
for the other lemmas in the block.This also happens with single
let rec
s:The text was updated successfully, but these errors were encountered: