Frama-C:
Plug-ins:
Libraries:

Frama-C API - Listmap

Merging List-Association Functor

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