Frama-C API - Hook
Hook builder. A hook is a bunch of functions which can be extended and applied at any program point.
module type S = sig ... end
Output signature.
module type Comparable = sig ... end
module type S_ordered = sig ... end
hook with a notion of priority.
Make a new empty hook from a given type of parameters.