Skip to content

Commit

Permalink
Fix build failure caused by HOL API change in ThmSetData
Browse files Browse the repository at this point in the history
HOL breakage was caused by HOL-Theorem-Prover/HOL@ca1d20c4beebb7
  • Loading branch information
Michael Norrish committed Oct 27, 2020
1 parent d141a15 commit d979dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion characteristic/cfLetAutoLib.sml
Expand Up @@ -41,7 +41,7 @@ fun get_frame_thms () = !FRAME_THMS;

fun new_exporter nm add =
ThmSetData.new_exporter {
efns = {add = fn {named_thms,thy} => add thy named_thms,
efns = {add = fn {named_thm,thy} => add thy [named_thm],
remove = fn _ => ()},
settype = nm
} |> #export
Expand Down

0 comments on commit d979dab

Please sign in to comment.