mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
re-export Collector module
This commit is contained in:
parent
4a390e190b
commit
39a14bbede
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
include Types
|
||||
module A = Atomic_
|
||||
module Collector = Collector
|
||||
|
||||
type collector = (module Collector.S)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
(** Trace. *)
|
||||
|
||||
include module type of Types
|
||||
module Collector = Collector
|
||||
|
||||
(** {2 Tracing} *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue