# HG changeset patch # User wenzelm # Date 1244129497 -7200 # Node ID d30a867a86fb3560fe7aa22206de5d406acbe155 # Parent 79e707bb0d6b7d0f5361a22fd8f295a1c6cf0dea export value; diff -r 79e707bb0d6b -r d30a867a86fb 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