export value;
authorwenzelm
Thu, 04 Jun 2009 17:31:37 +0200
changeset 31424 d30a867a86fb
parent 31423 79e707bb0d6b
child 31425 e8d5417a1831
export value;
src/Pure/General/position.ML
--- a/src/Pure/General/position.ML	Thu Jun 04 12:09:07 2009 +0200
+++ b/src/Pure/General/position.ML	Thu Jun 04 17:31:37 2009 +0200
@@ -7,6 +7,7 @@
 signature POSITION =
 sig
   type T
+  val value: string -> int -> Properties.T
   val line_of: T -> int option
   val column_of: T -> int option
   val offset_of: T -> int option