Module Libzipperposition.StreamQueue

Priority Queue of ho-streams

module type S = StreamQueue_intf.S
module Make : functor (Stm : Stream.S) -> S with module Stm = Stm