src/HOL/cladata.ML
changeset 17876 b9c92f384109
parent 15570 8d8c70b41bab
child 18362 e8b7e0a22727
--- a/src/HOL/cladata.ML	Mon Oct 17 23:10:10 2005 +0200
+++ b/src/HOL/cladata.ML	Mon Oct 17 23:10:13 2005 +0200
@@ -70,4 +70,4 @@
 val HOL_cs = prop_cs addSIs [allI,ex_ex1I] addIs [exI, the_equality] 
                      addSEs [exE] addEs [allE];
 
-val clasetup = [fn thy => (claset_ref_of thy := HOL_cs; thy)];
+val clasetup = [fn thy => (change_claset_of thy (fn _ => HOL_cs); thy)];