Parameter Make.Fiber

type 'a t
val return : 'a -> 'a t
module Infix : sig ... end
val finally : (unit -> 'a t) -> (unit -> unit t) -> 'a t