include module type of Fdd.FDD with type FDD.t = Fdd.FDD.t and type FDD.r = Action.t and type FDD.v = Field.t * Value.tmodule Tbl : sig ... endmodule BinTbl : sig ... endval get_uid : t ‑> intval drop : tval id : tval to_string : t ‑> stringval compressed_size : t ‑> intval uncompressed_size : t ‑> intval to_dot : t ‑> stringval refs : t ‑> Core.Int.Set.tval serialize : t ‑> stringval deserialize : string ‑> tval render : ?format:string ‑> ?title:string ‑> t ‑> unitval mk_cont : int64 ‑> tval conts : t ‑> Core.Int64.Set.tval of_pred : Field.Env.t ‑> Syntax.pred ‑> tval of_mod : Field.Env.t ‑> Syntax.header_val ‑> t