package dune-rpc

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

Module Public.RequestSource

Public requests and notifications

Sourcetype ('a, 'b) t = ('a, 'b) Decl.Request.witness
Sourceval ping : (unit, unit) t
Sourceval diagnostics : (unit, Diagnostic.t list) t
Sourceval format : (unit, unit) t
Sourceval format_dune_file : (Path.t * [ `Contents of string ], string) t
Sourceval promote : (Path.t, unit) t
Sourceval build_dir : (unit, Path.t) t
Sourceval runtest : (string list, Build_outcome_with_diagnostics.t) t