module WpRTE:sig
..end
Invoke RTE to generate missing annotations for the given function and model.
val generate : Kernel_function.t -> Model.t -> unit
val missing_guards : Kernel_function.t -> Model.t -> bool
Returns true
if RTE annotations should be generated for
the given function and model (and are not generated yet).