package lsp

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

Module Stdune.Ansi_colorSource

Sourcemodule Style : sig ... end
Sourceval make_printer : bool Lazy.t -> Format.formatter -> (Style.t list Pp.t -> unit) Staged.t
Sourceval print : Style.t list Pp.t -> unit

Print to Format.std_formatter

Sourceval prerr : Style.t list Pp.t -> unit

Print to Format.err_formatter

Sourceval stdout_supports_color : bool Lazy.t

Whether stdout/stderr support colors

Sourceval stderr_supports_color : bool Lazy.t
Sourceval strip : string -> string

Filter out escape sequences in a string

Sourceval parse : string -> Style.t list Pp.t

Parse a string containing ANSI escape sequences

OCaml

Innovation. Community. Security.