mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
fix for 4.08
This commit is contained in:
parent
544892df42
commit
67bc11b4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
(** A multi-producer, single-consumer queue (from picos) *)
|
(** A multi-producer, single-consumer queue (from picos) *)
|
||||||
|
|
||||||
type !'a t
|
type 'a t
|
||||||
|
|
||||||
val create : unit -> 'a t
|
val create : unit -> 'a t
|
||||||
val enqueue : 'a t -> 'a -> unit
|
val enqueue : 'a t -> 'a -> unit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue