sig
  type 'a t
  val create : int -> '-> 'a t
  val add : '-> 'a t -> 'a t
  val iter : ('-> unit) -> 'a t -> unit
  val clean : 'a t -> 'a t
end