let
delayed (t: float) (x:
'
a) :
'
a
Deferred
.t =
after (sec t) >>=
fun
()
->
return x