(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* sig type t val empty : t val add : transparent_state option -> t -> (constr_pattern * Z.t) -> t val rmv : transparent_state option -> t -> (constr_pattern * Z.t) -> t val lookup : transparent_state option -> t -> constr -> Z.t list val app : (Z.t -> unit) -> t -> unit end val dnet_depth : int ref