made "clausify" attribute a legacy feature;
authorblanchet
Fri, 04 Jun 2010 15:41:27 +0200
changeset 37328 a1807bf72f76
parent 37327 2f45de0a8513
child 37329 f1734f3e9105
made "clausify" attribute a legacy feature; seems to have ever only been a debugging feature
src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Fri Jun 04 15:21:46 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Fri Jun 04 15:41:27 2010 +0200
@@ -44,7 +44,9 @@
                   end))
 
 val clausify_setup =
-  Attrib.setup @{binding clausify} parse_clausify_attribute
+  Attrib.setup @{binding clausify}
+               (parse_clausify_attribute
+                o tap (fn _ => legacy_feature "Old 'clausify' attribute"))
                "conversion of theorem to clauses"
 
 (** Sledgehammer commands **)