Module ExtSQueue.Queue


module Queue: sig .. end
This is the extended Queue module.

include ExtSQueue.QUEUE
val string_of : ('a -> string) -> 'a t -> string
returns the string representation of a queue.