isabelle-2021 arm: update SimplExportAndRefine

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2021-09-22 11:44:11 +10:00 committed by Gerwin Klein
parent 34873cdd4a
commit 0758ff13c1
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,10 @@ val dbg = ProveSimplToGraphGoals.new_debug
};
\<close>
context
includes no_take_bit
begin
(* If this fails, it can be debugged with the assistance of the
script in TestGraphRefine.thy *)
ML \<open>
@ -95,3 +99,5 @@ val _ = ProveSimplToGraphGoals.print dbg "successes:" #successes;
end
end
end