fixed signature
authorhaftmann
Wed, 18 Feb 2009 19:18:33 +0100
changeset 29971 68331b62c873
parent 29970 cbf46080ea3a
child 29972 aee7610106fd
fixed signature
src/Pure/Isar/theory_target.ML
--- a/src/Pure/Isar/theory_target.ML	Wed Feb 18 19:18:32 2009 +0100
+++ b/src/Pure/Isar/theory_target.ML	Wed Feb 18 19:18:33 2009 +0100
@@ -13,7 +13,7 @@
   val begin: string -> Proof.context -> local_theory
   val context: xstring -> theory -> local_theory
   val instantiation: string list * (string * sort) list * sort -> theory -> local_theory
-  val instantiation_cmd: xstring list * sort * xstring -> theory -> local_theory
+  val instantiation_cmd: xstring list * xstring list * xstring -> theory -> local_theory
   val overloading: (string * (string * typ) * bool) list -> theory -> local_theory
   val overloading_cmd: (string * string * bool) list -> theory -> local_theory
 end;