Module Printable.PQueue

Parameters

module Base : S

Signature

type t = Base.t BatDeque.dq
include module type of struct include Std end

Default dummy definitions.

Include as the first thing to avoid these overriding actual definitions.

val tag : 'a -> 'b
val arbitrary : unit -> 'a
val show : Base.t BatDeque.dq -> string
val pretty : unit -> Base.t BatDeque.dq -> Pretty.doc
val name : unit -> string
val relift : Base.t BatDeque.dq -> Base.t BatDeque.dq
val printXml : 'a BatInnerIO.output -> Base.t BatDeque.dq -> unit
val to_yojson : Base.t BatDeque.dq -> [> `List of Yojson.Safe.t list ]
val hash : Base.t BatDeque.dq -> int
val equal : Base.t BatDeque.dq -> Base.t BatDeque.dq -> bool
val compare : Base.t BatDeque.dq -> Base.t BatDeque.dq -> int