SingleLetFoo with everything.
authorCezary Kaliszyk <kaliszyk@in.tum.de>
Fri, 14 May 2010 10:28:42 +0200
changeset 2132 d74e08799b63
parent 2131 f7ec6f7b152e
child 2133 16834a4ca1bb
child 2134 4648bd6930e4
SingleLetFoo with everything.
Nominal/Ex/SingleLetFoo.thy
--- a/Nominal/Ex/SingleLetFoo.thy	Fri May 14 10:21:14 2010 +0200
+++ b/Nominal/Ex/SingleLetFoo.thy	Fri May 14 10:28:42 2010 +0200
@@ -3,8 +3,7 @@
 begin
 
 
-declare [[STEPS = 4]]
-(* alpha does not work for this type *)
+declare [[STEPS = 5]]
 
 atom_decl name
 
@@ -22,6 +21,11 @@
 where
   "bn (As x t) = {atom x}"
 
+thm trm_assg.distinct
+thm trm_assg.eq_iff
+thm trm_assg.supp
+thm trm_assg.perm
+
 thm permute_trm_raw_permute_assg_raw.simps
 thm fv_trm_raw.simps fv_assg_raw.simps fv_bn_raw.simps[no_vars]