src/HOL/simpdata.ML
changeset 22128 cdd92316dd31
parent 21674 8a6bf9d7c751
child 22147 f4ed4d940d44
--- a/src/HOL/simpdata.ML	Sat Jan 20 14:09:10 2007 +0100
+++ b/src/HOL/simpdata.ML	Sat Jan 20 14:09:11 2007 +0100
@@ -177,9 +177,12 @@
 structure Clasimp = ClasimpFun
  (structure Simplifier = Simplifier and Splitter = Splitter
   and Classical  = Classical and Blast = Blast
-  val iffD1 = thm "iffD1" val iffD2 = thm "iffD2" val notE = thm "notE")
+  val iffD1 = thm "iffD1" val iffD2 = thm "iffD2" val notE = thm "notE");
 open Clasimp;
 
+val _ = ML_Context.value_antiq "clasimpset"
+  (Scan.succeed ("clasimpset", "Clasimp.local_clasimpset_of (ML_Context.the_local_context ())"));
+
 val mksimps_pairs =
   [("op -->", [thm "mp"]), ("op &", [thm "conjunct1", thm "conjunct2"]),
    ("All", [thm "spec"]), ("True", []), ("False", []),