src/HOL/Nominal/nominal_permeq.ML
changeset 62913 13252110a6fe
parent 61144 5e94dfead1c2
child 67710 cc2db3239932
--- a/src/HOL/Nominal/nominal_permeq.ML	Thu Apr 07 22:09:23 2016 +0200
+++ b/src/HOL/Nominal/nominal_permeq.ML	Fri Apr 08 20:15:20 2016 +0200
@@ -114,7 +114,7 @@
 
 val perm_simproc_app =
   Simplifier.make_simproc @{context} "perm_simproc_app"
-   {lhss = [@{term "Nominal.perm pi x"}], proc = K perm_simproc_app', identifier = []}
+   {lhss = [@{term "Nominal.perm pi x"}], proc = K perm_simproc_app'}
 
 (* a simproc that deals with permutation instances in front of functions  *)
 fun perm_simproc_fun' ctxt ct =
@@ -136,7 +136,7 @@
 
 val perm_simproc_fun =
   Simplifier.make_simproc @{context} "perm_simproc_fun"
-   {lhss = [@{term "Nominal.perm pi x"}], proc = K perm_simproc_fun', identifier = []}
+   {lhss = [@{term "Nominal.perm pi x"}], proc = K perm_simproc_fun'}
 
 (* function for simplyfying permutations          *)
 (* stac contains the simplifiation tactic that is *)
@@ -219,7 +219,7 @@
 val perm_compose_simproc =
   Simplifier.make_simproc @{context} "perm_compose"
    {lhss = [@{term "Nominal.perm pi1 (Nominal.perm pi2 t)"}],
-    proc = K perm_compose_simproc', identifier = []}
+    proc = K perm_compose_simproc'}
 
 fun perm_compose_tac ctxt i =
   ("analysing permutation compositions on the lhs",