mirror of
https://github.com/c-cube/sidekick.git
synced 2026-03-09 23:33:46 -04:00
3 lines
63 B
OCaml
3 lines
63 B
OCaml
let setup () = ()
|
|
let teardown () = ()
|
|
let with_setup f = f ()
|