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