Add 'brolib-sml/' from commit 'fd96032949434207dda3b288f48d7fe579f59e4e'
git-subtree-dir: brolib-sml git-subtree-mainline:64471ecf7fgit-subtree-split:fd96032949
This commit is contained in:
13
brolib-sml/bench/gap_buffer_rust.sml
Normal file
13
brolib-sml/bench/gap_buffer_rust.sml
Normal file
@@ -0,0 +1,13 @@
|
||||
structure GapBufferRust: TRANSACTION =
|
||||
struct
|
||||
type t = GapBuffer.t
|
||||
val empty = GapBuffer.empty
|
||||
val insert = GapBuffer.insert
|
||||
val delete = GapBuffer.delete
|
||||
val toString = GapBuffer.toString
|
||||
val txns = RustCode.txns
|
||||
end
|
||||
|
||||
structure Main = Run(GapBufferRust)
|
||||
|
||||
val _ = Main.run ()
|
||||
Reference in New Issue
Block a user