package catapult

  1. Overview
  2. Docs

Source file nil_impl.ml

1
2
3
4

let setup() = ()
let teardown() = ()
let with_setup f = f()