re-export Collector module

This commit is contained in:
Simon Cruanes 2023-06-08 21:30:09 -04:00
parent 4a390e190b
commit 39a14bbede
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
include Types
module A = Atomic_
module Collector = Collector
type collector = (module Collector.S)

View file

@ -1,6 +1,7 @@
(** Trace. *)
include module type of Types
module Collector = Collector
(** {2 Tracing} *)