Frama_c_kernel.HptsetSets over ordered types.
This module implements the set data structure. All operations over sets are purely applicative (no side-effects).
module type S_Basic_Compare = sig ... endSubset of the OCaml Set.S signature.
module type Info = sig ... endRequired information for the correctness of the hptsets.