package goblint

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

Reusable output definitions for maps.

Parameters

module D : Groupable
module R : Printable.S
module M : Bindings with type key = D.t and type value = R.t

Signature

val show : 'a -> string
val pretty : unit -> M.t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> M.t -> unit
val to_yojson : M.t -> [> `Assoc of (string * Yojson.Safe.t) list ]