export value;
authorwenzelm
Thu, 04 Jun 2009 17:31:37 +0200
changeset 31428d30a867a86fb
parent 31423 79e707bb0d6b
child 31429 e8d5417a1831
export value;
src/Pure/General/position.ML
     1.1 --- a/src/Pure/General/position.ML	Thu Jun 04 12:09:07 2009 +0200
     1.2 +++ b/src/Pure/General/position.ML	Thu Jun 04 17:31:37 2009 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  signature POSITION =
     1.5  sig
     1.6    type T
     1.7 +  val value: string -> int -> Properties.T
     1.8    val line_of: T -> int option
     1.9    val column_of: T -> int option
    1.10    val offset_of: T -> int option