author | wenzelm |
Thu, 07 Aug 2008 21:13:01 +0200 | |
changeset 27784 | d639ec73d360 |
parent 27783 | cd5ae3dbd30e |
child 27785 | 3bf65bfda540 |
--- a/src/Pure/General/scan.ML Thu Aug 07 21:07:57 2008 +0200 +++ b/src/Pure/General/scan.ML Thu Aug 07 21:13:01 2008 +0200 @@ -292,7 +292,7 @@ SOME (tip, lex) => let val path' = c :: path in scan path' (if tip then SOME (path', cs) else res) lex cs end - | NONE => finish res) + | NONE => finish res); in scan [] NONE lexicon end;