package goblint-cil

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

Format sets.

Parameters

module Set : sig ... end

Signature

val docSet : ?sep:doc -> (Set.elt -> doc) -> unit -> Set.t -> doc

Format a set, analogous to docList.

val d_set : string -> (unit -> Set.elt -> doc) -> unit -> Set.t -> doc

Format a set, analogous to d_list.