author | wenzelm |
Thu, 07 Aug 2008 13:45:15 +0200 | |
changeset 27774 | 51c7b1baaf35 |
parent 27773 | a52166b228b9 |
child 27775 | a9d16f8b997a |
--- a/src/Pure/Syntax/simple_syntax.ML Thu Aug 07 13:45:13 2008 +0200 +++ b/src/Pure/Syntax/simple_syntax.ML Thu Aug 07 13:45:15 2008 +0200 @@ -32,7 +32,7 @@ fun read scan s = (case - Symbol.explode s |> + SymbolPos.explode (s, Position.none) |> Lexicon.tokenize lexicon false |> Scan.read stopper scan of SOME x => x