Skip to content

Commit

Permalink
Fix a reference to tailrecLib that a1129a6 didn't catch
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Nov 29, 2023
1 parent 6d57be5 commit 24dd865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/machine-code/multiword/mc_multiwordScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val _ = temp_delsimps ["NORMEQ_CONV"]
val REV = Tactical.REVERSE;

fun tailrec_define name tm = let
val (def,t1,pre,t2) = tailrecLib.tailrec_define_from_step name tm NONE;
val (def,t1,pre,t2) = mc_tailrecLib.tailrec_define_from_step name tm NONE;
val _ = save_thm(name ^ "_def", def)
val _ = save_thm(name ^ "_pre_def", pre)
in (def,t1,pre,t2) end
Expand Down

0 comments on commit 24dd865

Please sign in to comment.