package coq-core

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

Initializer color for output

type color = [
  1. | `ON
  2. | `AUTO
  3. | `EMACS
  4. | `OFF
]
val init_color : color -> unit
val parse_extra_colors : string list -> color * string list
val print_style_tags : color -> unit
OCaml

Innovation. Community. Security.