summaryrefslogtreecommitdiff
path: root/stream.sml
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-05-14 03:19:35 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-05-14 03:19:35 +0200
commit3d568063a49204193009ad6a2637176b38902525 (patch)
treea29e144f61133c7cd505f3657ae4abf27b12f19f /stream.sml
parent52a6f8656e8a600a2c59fa2802fb46fafb30de45 (diff)
Printf
Diffstat (limited to 'stream.sml')
-rw-r--r--stream.sml4
1 files changed, 0 insertions, 4 deletions
diff --git a/stream.sml b/stream.sml
index c41eae7..ff4a6ad 100644
--- a/stream.sml
+++ b/stream.sml
@@ -69,10 +69,6 @@ structure Stream :> STREAM = struct
fun getPosRaw off (S as { cache = (prevOff, line, col), fname,
contents, ... }: t) =
let
- (*
- val () = printLn $ "raw: " ^ Int.toString off ^ ", " ^ Int.toString prevOff
- *)
-
fun calcPos curOff (line, col) =
if curOff = off then
(line, col)