Frama-C API - Make_ordered
Parameters
module P : sig ... end
Signature
include S with type param = unit with type result = unit
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