src/Pure/theory.ML
changeset 11501 3b6415035d1a
parent 10930 7c7a7b0e1d0c
child 12123 739eba13e2cd
--- a/src/Pure/theory.ML	Fri Aug 10 10:25:45 2001 +0200
+++ b/src/Pure/theory.ML	Wed Aug 15 22:20:30 2001 +0200
@@ -78,6 +78,7 @@
   val add_path: string -> theory -> theory
   val parent_path: theory -> theory
   val root_path: theory -> theory
+  val absolute_path: theory -> theory
   val hide_space: string * xstring list -> theory -> theory
   val hide_space_i: string * string list -> theory -> theory
   val hide_classes: string list -> theory -> theory
@@ -217,6 +218,7 @@
 val add_path         = ext_sign Sign.add_path;
 val parent_path      = add_path "..";
 val root_path        = add_path "/";
+val absolute_path    = add_path "//";
 val add_space        = ext_sign Sign.add_space;
 val hide_space       = ext_sign Sign.hide_space;
 val hide_space_i     = ext_sign Sign.hide_space_i;