src/Pure/Isar/parse.ML
changeset 42326 e2d22eb4aeb9
parent 42300 0d1cbc1fe579
child 42519 8ac7e96f913b
--- a/src/Pure/Isar/parse.ML	Sat Apr 09 15:00:23 2011 +0200
+++ b/src/Pure/Isar/parse.ML	Sat Apr 09 23:29:50 2011 +0200
@@ -15,7 +15,8 @@
   val triple2: 'a * ('b * 'c) -> 'a * 'b * 'c
   val triple_swap: ('a * 'b) * 'c -> ('a * 'c) * 'b
   val not_eof: Token.T parser
-  val position: (Token.T list -> 'a * 'b) -> Token.T list -> ('a * Position.T) * 'b
+  val position: 'a parser -> ('a * Position.T) parser
+  val inner_syntax: 'a parser -> string parser
   val command: string parser
   val keyword: string parser
   val short_ident: string parser