author | wenzelm |
Sun, 29 Dec 2024 15:34:28 +0100 | |
changeset 81690 | 6e19d0ebff8a |
parent 81689 | 6c3de898b055 |
child 81691 | 6a8d6e7d3ebe |
--- a/src/Pure/General/pretty.ML Sun Dec 29 15:15:06 2024 +0100 +++ b/src/Pure/General/pretty.ML Sun Dec 29 15:34:28 2024 +0100 @@ -343,12 +343,6 @@ pos = 0, nl = 0}; -fun newline s {tx, ind = _, pos = _, nl} : text = - {tx = Bytes.add s tx, - ind = Buffer.empty, - pos = 0, - nl = nl + 1}; - fun string (s, len) {tx, ind, pos: int, nl} : text = {tx = Bytes.add s tx, ind = Buffer.add s ind,