Frama-C API - Fold_ordered
Parameters
module P : sig ... end
Signature
include S with type param = P.t with type result = P.t
type param = P.t
Type of the parameter of the functions registered in the hook.
type result = P.t
Type of the result of the functions. result can be unit (for iterative hooks) or param (for folding hooks)
Apply all the functions of the hook on the given parameter. These functions are applied from the least recently entered to the most recently entered.
type key = P.Id.t