
3 The MLWorks Pervasive Library
Deliver structure provides tools for performing delivery. The structure has the following signature:
structure Deliver :
sig
type deliverer = string * (unit -> unit) * bool -> unit
type delivery_hook = deliverer -> deliverer
val deliver : deliverer
val with_delivery_hook : delivery_hook -> ('a -> 'b) -> 'a -> 'b
end
The components of the Deliver structure are described below.

Generated with Harlequin WebMaker