src/Pure/Isar/local_defs.ML
changeset 20224 9c40a144ee0e
parent 20049 f48c4a3a34bc
child 20306 614b7e6c6276
--- a/src/Pure/Isar/local_defs.ML	Thu Jul 27 13:43:00 2006 +0200
+++ b/src/Pure/Isar/local_defs.ML	Thu Jul 27 13:43:01 2006 +0200
@@ -10,7 +10,7 @@
   val cert_def: ProofContext.context -> term -> (string * typ) * term
   val abs_def: term -> (string * typ) * term
   val mk_def: ProofContext.context -> (string * term) list -> term list
-  val def_export: ProofContext.export
+  val def_export: Assumption.export
   val add_def: string * term -> ProofContext.context ->
     ((string * typ) * thm) * ProofContext.context
   val print_rules: Context.generic -> unit