# HG changeset patch # User wenzelm # Date 1720113372 -7200 # Node ID d59cc10a6888ea0cd2ed8297d64cd524a10c7c66 # Parent 7958907b959aabbf8f226c82d6638d2fc63c2b71 tuned comments; diff -r 7958907b959a -r d59cc10a6888 src/Pure/General/bytes.scala --- a/src/Pure/General/bytes.scala Wed Jul 03 21:54:17 2024 +0200 +++ b/src/Pure/General/bytes.scala Thu Jul 04 19:16:12 2024 +0200 @@ -1,7 +1,7 @@ /* Title: Pure/General/bytes.scala Author: Makarius -Immutable byte vectors versus UTF8 strings. +Scalable byte strings, with incremental construction (via Builder). */ package isabelle