src/Pure/Syntax/lexicon.ML
changeset 67554 c2151a6bfd57
parent 67552 679253fef277
child 67555 c550e38dd131
--- a/src/Pure/Syntax/lexicon.ML	Wed Jan 31 11:46:55 2018 +0100
+++ b/src/Pure/Syntax/lexicon.ML	Wed Jan 31 11:49:56 2018 +0100
@@ -24,7 +24,7 @@
     Literal | Ident | Long_Ident | Var | Type_Ident | Type_Var | Num | Float | Str |
     String | Cartouche | Space | Comment of Comment.kind option | Dummy | EOF
   val token_kind_ord: token_kind * token_kind -> order
-  datatype token = Token of token_kind * string * Position.range
+  eqtype token
   val kind_of_token: token -> token_kind
   val str_of_token: token -> string
   val pos_of_token: token -> Position.T