src/Pure/Thy/thy_load.ML
changeset 7950 720af28e6354
parent 7940 def6db239934
child 8750 36b165788421
--- a/src/Pure/Thy/thy_load.ML	Wed Oct 27 17:09:05 1999 +0200
+++ b/src/Pure/Thy/thy_load.ML	Wed Oct 27 17:09:31 1999 +0200
@@ -17,6 +17,7 @@
 signature THY_LOAD =
 sig
   include BASIC_THY_LOAD
+  val cond_with_path: Path.T -> ('a -> 'b) -> 'a -> 'b
   val ml_path: string -> Path.T
   val thy_path: string -> Path.T
   val check_file: Path.T -> (Path.T * File.info) option