Skip to content

Commit

Permalink
Fix a broken proof (in an unused file)
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Oct 7, 2023
1 parent 05de3cc commit da03bc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ open pure_miscTheory env_cexpTheory ;
val _ = new_theory "env_cexp_lemmas";

val freevars_def = envLangTheory.freevars_def;
val Lams_def = envLangTheory.Lams_def;
val Apps_def = envLangTheory.Apps_def;

Theorem freevars_Lams[simp]:
∀vs e. freevars (Lams vs e) = freevars e DIFF set vs
Expand Down Expand Up @@ -106,4 +108,3 @@ QED
*)

val _ = export_theory();

0 comments on commit da03bc7

Please sign in to comment.