module Id : sig ... end
module Map : Map.S with type key = Id.t
module Set : Set.S with type elt = Id.t
module Table : Hashtbl.S with type key = Id.t
module Filter : sig ... end
module State : sig ... end
module Info : sig ... end
module Pool_event : sig ... end