Frama-C:
Plug-ins:
Libraries:

Frama-C API - Mergeset

Merging Set Functor

module type Elt = sig ... end
module Make (E : Elt) : sig ... end