From 3d568063a49204193009ad6a2637176b38902525 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Wed, 14 May 2025 03:19:35 +0200 Subject: Printf --- stream.sml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stream.sml') 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) -- cgit v1.2.3