package dolmen

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

Printing functions.

exception Cannot_print of string

Exception raised when some input cannot be printed due to lexical conventions. In that case, the string contains a message explaining why the printing failed.

val id : Stdlib.Format.formatter -> Dolmen_std.Name.t -> unit

Print an identifier, quoting it if necessary.

OCaml

Innovation. Community. Security.