package cmdliner

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type block = [
  1. | `I of string * string
  2. | `Noblank
  3. | `P of string
  4. | `S of string
]
type title = string * int * string * string * string
type t = title * block list
val print : ?subst:(string -> string) -> [ `Groff | `Pager | `Plain ] -> Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.