src/Pure/Isar/proof.ML
changeset 14554 b9cd48af3512
parent 14548 e1a196985fc8
child 14564 3667b4616e9a
--- a/src/Pure/Isar/proof.ML	Tue Apr 13 13:53:54 2004 +0200
+++ b/src/Pure/Isar/proof.ML	Tue Apr 13 20:21:11 2004 +0200
@@ -26,13 +26,12 @@
   val sign_of: state -> Sign.sg
   val map_context: (context -> context) -> state -> state
   val warn_extra_tfrees: state -> state -> state
+  val put_thms: string * thm list -> state -> state
   val reset_thms: string -> state -> state
   val the_facts: state -> thm list
   val the_fact: state -> thm
   val get_goal: state -> context * (thm list * thm)
   val goal_facts: (state -> thm list) -> state -> state
-  val use_facts: state -> state
-  val reset_facts: state -> state
   val get_mode: state -> mode
   val is_chain: state -> bool
   val assert_forward: state -> state