package vsrocq-language-server

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

Module Goals.PrettyPrintSource

Sourcetype t =
  1. | String
  2. | Pp
Sourceval t_of_yojson : [> `String of string ] -> t
Sourceval yojson_of_t : t -> [> `String of string ]