package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Reusable output definitions for sets.

Parameters

module E : Printable.S
module S : Elements with type elt = E.t

Signature

val pretty : unit -> S.t -> Pretty.doc
val show : S.t -> string

Short summary for sets.

val to_yojson : S.t -> [> `List of Yojson.Safe.t list ]
val printXml : 'a BatInnerIO.output -> S.t -> unit