package vcaml

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

Module Highlighted_text.ChunkSource

Sourcetype t = {
  1. text : string;
  2. hl_group : string option;
}
Sourceval to_msgpack : t -> Msgpack.t