module Semaphore: sig .. end
sig
end
type 'a t
'a
val init : 'a option -> 'a t
'a option -> 'a t
val signal : 'a t -> 'a -> unit
'a t -> 'a -> unit
val wait : 'a t -> 'a
'a t -> 'a
val get : 'a t -> 'a option
'a t -> 'a option
val look : 'a t -> 'a option