src/HOL/Integ/cooper_proof.ML
changeset 19250 932a50e2332f
parent 19233 77ca20b0ed77
child 19277 f7602e74d948
--- a/src/HOL/Integ/cooper_proof.ML	Sat Mar 11 17:30:35 2006 +0100
+++ b/src/HOL/Integ/cooper_proof.ML	Sat Mar 11 21:23:10 2006 +0100
@@ -17,13 +17,13 @@
   val qe_exI : thm
   val list_to_set : typ -> term list -> term
   val qe_get_terms : thm -> term * term
-  val cooper_prv  : Sign.sg -> term -> term -> thm
-  val proof_of_evalc : Sign.sg -> term -> thm
-  val proof_of_cnnf : Sign.sg -> term -> (term -> thm) -> thm
-  val proof_of_linform : Sign.sg -> string list -> term -> thm
-  val proof_of_adjustcoeffeq : Sign.sg -> term -> IntInf.int -> term -> thm
-  val prove_elementar : Sign.sg -> string -> term -> thm
-  val thm_of : Sign.sg -> (term -> (term list * (thm list -> thm))) -> term -> thm
+  val cooper_prv  : theory -> term -> term -> thm
+  val proof_of_evalc : theory -> term -> thm
+  val proof_of_cnnf : theory -> term -> (term -> thm) -> thm
+  val proof_of_linform : theory -> string list -> term -> thm
+  val proof_of_adjustcoeffeq : theory -> term -> IntInf.int -> term -> thm
+  val prove_elementar : theory -> string -> term -> thm
+  val thm_of : theory -> (term -> (term list * (thm list -> thm))) -> term -> thm
 end;
 
 structure CooperProof : COOPER_PROOF =