Closed binghe closed 1 week ago
The way to fix such issues is to evaluate expressions like el 60 goals |> concl
at the broken theorem, and check if the output matches the theorem statements in near comments (that I added just for this purpose), and if not the same, the current proof is not for the current goal (but another goal in different place). Only in rare cases we need to add whole new proofs to handle more goals (currently there are 96 of them).
Thanks for getting this done!
Hi,
This should fix the otknl build. There's only one small shift of goals in the generated "hol4-assums.art" causing failure when building
src/boss/prove_base_assumsTheory
. The previousth62
is nowth60
(th62 |-> th60; th60 |-> th61; th61 |-> th62
), very local changes, perhaps due to modifications inlistTheory
.Let's see how the CI goes.
--Chun