Cut_form.FV_tbl
X : Map.OrderedType
type value
= X.t
type t
val create : unit -> t
val add : t -> cut_form -> value -> unit
val mem : t -> cut_form -> bool
val get : t -> cut_form -> value option
val to_seq : t -> (cut_form * X.t) Sequence.t