a bit of refactoring to allow addition of more tests
This commit is contained in:
@@ -107,11 +107,9 @@ struct
|
||||
end
|
||||
else
|
||||
let
|
||||
val searchList =
|
||||
if SearchList.exists (matchedIdx, searchList) then
|
||||
searchList
|
||||
else
|
||||
SearchList.insert (matchedIdx, searchList)
|
||||
val searchList =
|
||||
if SearchList.exists (matchedIdx, searchList) then searchList
|
||||
else SearchList.insert (matchedIdx, searchList)
|
||||
in
|
||||
helpFromRange
|
||||
( origIdx
|
||||
|
||||
Reference in New Issue
Block a user