src/HOL/Tools/res_axioms.ML
changeset 24042 968f42fe6836
parent 23592 ba0912262b2c
child 24137 8d7896398147
--- a/src/HOL/Tools/res_axioms.ML	Sun Jul 29 14:29:57 2007 +0200
+++ b/src/HOL/Tools/res_axioms.ML	Sun Jul 29 14:29:58 2007 +0200
@@ -554,7 +554,7 @@
 fun claset_rules_of ctxt = rules_of_claset (local_claset_of ctxt);
 fun simpset_rules_of ctxt = rules_of_simpset (local_simpset_of ctxt);
 
-fun atpset_rules_of ctxt = map pairname (ResAtpset.get_atpset ctxt);
+fun atpset_rules_of ctxt = map pairname (ResAtpset.get ctxt);
 
 
 (**** Translate a set of theorems into CNF ****)