package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type escapable_string_literals = {
  1. delimiters : string list;
  2. escape_character : char;
}
val escapable_string_literals_to_yojson : escapable_string_literals -> Yojson.Safe.t
val escapable_string_literals_of_yojson : Yojson.Safe.t -> escapable_string_literals Ppx_deriving_yojson_runtime.error_or
type comment_kind =
  1. | Multiline of string * string
  2. | Nested_multiline of string * string
  3. | Until_newline of string
val comment_kind_to_yojson : comment_kind -> Yojson.Safe.t
val comment_kind_of_yojson : Yojson.Safe.t -> comment_kind Ppx_deriving_yojson_runtime.error_or
type t = {
  1. user_defined_delimiters : (string * string) list;
  2. escapable_string_literals : escapable_string_literals option;
  3. raw_string_literals : (string * string) list;
  4. comments : comment_kind list;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
module type S = sig ... end
OCaml

Innovation. Community. Security.