author | wenzelm |
Sat, 27 Oct 2001 23:19:37 +0200 | |
changeset 11971 | 2ee7c72cc464 |
parent 11970 | e7eedbd2c8ca |
child 11972 | 15da572c3c27 |
--- a/src/Pure/Isar/method.ML Sat Oct 27 23:19:04 2001 +0200 +++ b/src/Pure/Isar/method.ML Sat Oct 27 23:19:37 2001 +0200 @@ -705,7 +705,8 @@ val setup = [GlobalRules.init, LocalRules.init, Attrib.add_attributes rule_atts, - MethodsData.init, add_methods pure_methods]; + MethodsData.init, add_methods pure_methods, + (#1 o PureThy.add_thms [(("", Drule.equal_intr_rule), [intro_global])])]; end;