package lsp

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

Module Console.Status_lineSource

This module allows to buffer status updates so that they don't slow down the application

Sourcetype t = unit -> User_message.Style.t Pp.t option

Function that produces the current status line

Sourceval set : t -> unit

Change the status line generator

Sourceval set_temporarily : t -> (unit -> 'a) -> 'a
Sourceval refresh : unit -> unit
OCaml

Innovation. Community. Security.