diff options
author | Vladimir Azarov <avm@intermediate-node.net> | 2025-05-14 03:19:35 +0200 |
---|---|---|
committer | Vladimir Azarov <avm@intermediate-node.net> | 2025-05-14 03:19:35 +0200 |
commit | 3d568063a49204193009ad6a2637176b38902525 (patch) | |
tree | a29e144f61133c7cd505f3657ae4abf27b12f19f /stream.sml | |
parent | 52a6f8656e8a600a2c59fa2802fb46fafb30de45 (diff) |
Printf
Diffstat (limited to 'stream.sml')
-rw-r--r-- | stream.sml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |