progress fixing backtracking

This commit is contained in:
2025-09-29 21:29:03 +01:00
parent 64c16a7c25
commit d37e510b24

View File

@@ -264,7 +264,7 @@ struct
val acc = PersistentVector.append (startIdx, foundIdx, acc) val acc = PersistentVector.append (startIdx, foundIdx, acc)
in in
loop loop
( foundIdx + 1 ( strIdx + 1
, hd , hd
, tl , tl
, prevStrings , prevStrings
@@ -305,7 +305,7 @@ struct
, origNfa , origNfa
, acc , acc
, absIdx , absIdx
, absIdx , startIdx + 1
, finishIdx , finishIdx
) )
end end