clarified signature;
authorwenzelm
Tue, 11 Jul 2023 16:59:00 +0200
changeset 78307 4c8b04679944
parent 78306 b04ac8a017b2
child 78308 1d041311dc67
clarified signature;
src/Tools/Haskell/Haskell.thy
--- a/src/Tools/Haskell/Haskell.thy	Tue Jul 11 16:51:52 2023 +0200
+++ b/src/Tools/Haskell/Haskell.thy	Tue Jul 11 16:59:00 2023 +0200
@@ -1253,8 +1253,8 @@
 {-# LANGUAGE OverloadedStrings #-}
 
 module Isabelle.Position (
-  T, line_of, column_of, offset_of, end_offset_of, file_of, id_of,
-  start, none, put_file, file, file_only, put_id, id, id_only,
+  T, line_of, column_of, offset_of, end_offset_of, label_of, file_of, id_of,
+  start, none, label, put_file, file, file_only, put_id, id, id_only,
   symbol, symbol_explode, symbol_explode_string, shift_offsets,
   of_properties, properties_of, def_properties_of, entity_markup, make_entity_markup,
   Report, Report_Text, is_reported, is_reported_range, here,