organise repository a little bit
This commit is contained in:
16
tests/compare_to_rope.sml
Normal file
16
tests/compare_to_rope.sml
Normal file
@@ -0,0 +1,16 @@
|
||||
structure CompareToRope =
|
||||
struct
|
||||
local
|
||||
fun folder ((pos, delNum, insStr), buffer, fIns, fDel) =
|
||||
let
|
||||
val buffer =
|
||||
if String.size insStr > 0 then
|
||||
fIns (pos, insStr, buffer) else buffer
|
||||
in
|
||||
buffer
|
||||
end
|
||||
in
|
||||
fun runTxns () =
|
||||
Vector.foldl folder Txn.empty Txn.txns
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user