commit bench folder (also committing examples folder but that's kind of broken at this state)
This commit is contained in:
11
bench/transaction.sml
Normal file
11
bench/transaction.sml
Normal file
@@ -0,0 +1,11 @@
|
||||
signature TRANSACTION =
|
||||
sig
|
||||
type t
|
||||
val empty: t
|
||||
val insert: int * string * t -> t
|
||||
val delete: int * int * t -> t
|
||||
val toString: t -> string
|
||||
|
||||
val title : string
|
||||
val txns : (int * int * string) vector
|
||||
end
|
||||
Reference in New Issue
Block a user