Module Only_in_test

module Only_in_test: Only_in_test

type 'a t 
include Monad.S
val of_thunk : (unit -> 'a) -> 'a t
val force : 'a t -> 'a