Frama-C:
Plug-ins:
Libraries:

Frama-C API - Map

Extension of OCaml's Stdlib.Maps module.

  • since Frama-C+dev
include module type of Stdlib.Map
module type OrderedType = sig ... end
module type S = sig ... end

Extension of Stdlib.Map.S.

module Make (Ord : OrderedType) : S with type key = Ord.t