package comby

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

Module Server_types.InSource

Sourcetype substitution_request = {
  1. rewrite_template : string;
  2. environment : Match.Environment.t;
  3. id : int;
}
Sourceval substitution_request_to_yojson : substitution_request -> Yojson.Safe.t
Sourcetype match_request = {
  1. source : string;
  2. match_template : string;
  3. rule : string option;
  4. language : string;
  5. id : int;
}
Sourceval match_request_to_yojson : match_request -> Yojson.Safe.t
Sourcetype rewrite_request = {
  1. source : string;
  2. match_template : string;
  3. rewrite_template : string;
  4. rule : string option;
  5. language : string;
  6. substitution_kind : string;
  7. id : int;
}
Sourceval rewrite_request_to_yojson : rewrite_request -> Yojson.Safe.t
OCaml

Innovation. Community. Security.