src/Pure/General/path.ML
changeset 23863 8f3099589cfa
parent 23672 3fd7770f6795
child 26881 bb68f50644a9
--- a/src/Pure/General/path.ML	Thu Jul 19 23:18:46 2007 +0200
+++ b/src/Pure/General/path.ML	Thu Jul 19 23:18:48 2007 +0200
@@ -2,14 +2,12 @@
     ID:         $Id$
     Author:     Markus Wenzel, TU Muenchen
 
-Abstract algebra of file paths (external encoding Unix-style).
+Abstract algebra of file paths (external encoding in Unix style).
 *)
 
 signature PATH =
 sig
-  datatype elem = Root | Parent | Basic of string | Variable of string
   eqtype T
-  val rep: T -> elem list
   val is_current: T -> bool
   val current: T
   val root: T