# HG changeset patch # User wenzelm # Date 1465322261 -7200 # Node ID 1ee45339e86d2f16e446e1357f6fed42c5c4a93d # Parent 9a20078425b1ec774d26eca16e685b92b5bf3495 clarified signature; diff -r 9a20078425b1 -r 1ee45339e86d src/Pure/Isar/method.ML --- a/src/Pure/Isar/method.ML Tue Jun 07 19:55:45 2016 +0200 +++ b/src/Pure/Isar/method.ML Tue Jun 07 19:57:41 2016 +0200 @@ -55,8 +55,6 @@ val frule: Proof.context -> int -> thm list -> method val set_tactic: (morphism -> thm list -> tactic) -> Context.generic -> Context.generic val clean_facts: thm list -> thm list - val get_facts: Proof.context -> thm list - val update_facts: (thm list -> thm list) -> Proof.context -> Proof.context type combinator_info val no_combinator_info: combinator_info datatype combinator = Then | Then_All_New | Orelse | Try | Repeat1 | Select_Goals of int