scan_longid moved to Syntax/lexicon.ML;
authorwenzelm
Fri, 10 Oct 1997 15:48:43 +0200
changeset 3831 45e2e7ba31b8
parent 3830 7797327eca1d
child 3832 17a20a2af8f5
scan_longid moved to Syntax/lexicon.ML;
src/Pure/Thy/thy_scan.ML
--- a/src/Pure/Thy/thy_scan.ML	Fri Oct 10 15:48:10 1997 +0200
+++ b/src/Pure/Thy/thy_scan.ML	Fri Oct 10 15:48:43 1997 +0200
@@ -98,8 +98,6 @@
 
 (** tokenize **)
 
-val scan_longid = scan_id ^^ (repeat1 ($$ "." ^^ scan_id) >> implode);
-
 fun scan_word lex =
   max_of
     (scan_literal lex >> pair Keyword)