Printable.Liszt
type t = Base.t list
val hash : t -> int
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
include module type of struct include Std end
Default dummy definitions.
Include as the first thing to avoid these overriding actual definitions.
val show : Base.t list -> string
val pretty : unit -> Base.t list -> Pretty.doc
val printXml : 'a BatInnerIO.output -> Base.t list -> unit