do not export Thy_Load.required, to avoid confusion about the interface;
authorwenzelm
Fri, 19 Nov 2010 21:14:12 +0100
changeset 40625 2d9222a2239d
parent 40624 2df58ba31be7
child 40626 d86540f6ea0d
do not export Thy_Load.required, to avoid confusion about the interface;
src/Pure/Thy/thy_load.ML
--- a/src/Pure/Thy/thy_load.ML	Fri Nov 19 09:07:23 2010 -0800
+++ b/src/Pure/Thy/thy_load.ML	Fri Nov 19 21:14:12 2010 +0100
@@ -20,7 +20,6 @@
   val set_master_path: Path.T -> unit
   val get_master_path: unit -> Path.T
   val master_directory: theory -> Path.T
-  val require: Path.T -> theory -> theory
   val provide: Path.T * (Path.T * File.ident) -> theory -> theory
   val check_file: Path.T list -> Path.T -> Path.T * File.ident
   val check_thy: Path.T -> string -> Path.T * File.ident