author | webertj |
Mon, 11 Feb 2013 11:38:16 +0100 | |
changeset 51035 | 36aee533d7a7 |
parent 51034 | 0ee6039d2c8e |
child 51036 | e7b54119c436 |
--- a/src/Pure/Isar/attrib.ML Fri Feb 08 16:41:04 2013 +0100 +++ b/src/Pure/Isar/attrib.ML Mon Feb 11 11:38:16 2013 +0100 @@ -420,7 +420,7 @@ setup (Binding.name "abs_def") (Scan.succeed (Thm.rule_attribute (fn context => Local_Defs.meta_rewrite_rule (Context.proof_of context) #> Drule.abs_def))) - "abstract over free variables of definitionial theorem")); + "abstract over free variables of definitional theorem"));