Frama-C:
Plug-ins:
Libraries:

Frama-C API - Mergemap

Merging Map Functor

module type Key = sig ... end
module Make (K : Key) : sig ... end