src/Pure/Thy/thy_syntax.ML
changeset 48867 e9beabf045ab
parent 48865 9824fd676bf4
child 48878 5e850e6fa3c3
--- a/src/Pure/Thy/thy_syntax.ML	Mon Aug 20 15:43:10 2012 +0200
+++ b/src/Pure/Thy/thy_syntax.ML	Mon Aug 20 17:05:53 2012 +0200
@@ -10,7 +10,7 @@
   val reports_of_tokens: Token.T list -> bool * (Position.report * string) list
   val present_token: Token.T -> Output.output
   datatype span_kind = Command of string | Ignored | Malformed
-  type span
+  datatype span = Span of span_kind * Token.T list
   val span_kind: span -> span_kind
   val span_content: span -> Token.T list
   val present_span: span -> Output.output