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