Module Expect_test_config.IO

IO monad

type 'a t = 'a
val return : 'a ‑> 'a t
val bind : 'a t ‑> f:('a ‑> 'b t) ‑> 'b t