src/HOL/Nominal/nominal_atoms.ML
changeset 18626 b6596f579e40
parent 18600 20ad06db427b
child 18651 0cb5a8f501aa
--- a/src/HOL/Nominal/nominal_atoms.ML	Mon Jan 09 13:29:08 2006 +0100
+++ b/src/HOL/Nominal/nominal_atoms.ML	Mon Jan 09 15:55:15 2006 +0100
@@ -750,8 +750,9 @@
               in [(("perm_dj", thms1 @ thms2),[])] end
             ||>> PureThy.add_thmss
 	      let val thms1 = inst_pt_at_fs [fresh_iff]
-		  and thms2 = inst_pt_pt_at_cp_dj [fresh_iff_ineq]
-	    in [(("abs_fresh", thms1 @ thms2),[])] end
+                  and thms2 = inst_pt_at [fresh_iff]
+		  and thms3 = inst_pt_pt_at_cp_dj [fresh_iff_ineq]
+	    in [(("abs_fresh", thms1 @ thms2 @ thms3),[])] end
 	    ||>> PureThy.add_thmss
 	      let val thms1 = inst_pt_at [abs_fun_supp]
 		  and thms2 = inst_pt_at_fs [abs_fun_supp]