diff options
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) |