package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module IO : sig ... end
module Protocol : sig ... end
module V : sig ... end
type state =
  1. | Waiting_for_version
  2. | Version_defined of Rpc.Version.t * Ocamlformat.Conf.t
val run_format : Ocamlformat.Conf.t -> Ocamlformat_stdlib.string -> ([> `Format of Ocamlformat_stdlib.string ], [> `Format_error of string ]) Ocamlformat_stdlib.result
val run_format_with_args : Rpc.format_args -> Ocamlformat.Conf.t -> Ocamlformat_stdlib.string -> ([> `Format of Ocamlformat_stdlib.string ], [> `Config_error of Ocamlformat.Config_option.Error.t | `Format_error of string | `Path_error of Ocamlformat_stdlib.string ]) Ocamlformat_stdlib.Result.t
val handle_format_error : 'a -> (Ocamlformat_stdlib.Out_channel.t -> [> `Error of 'a ] -> 'b) -> 'c
val handle_path_error : 'a -> (Ocamlformat_stdlib.Out_channel.t -> [> `Error of 'a ] -> 'b) -> 'c
val handle_config_error : Ocamlformat.Config_option.Error.t -> (Ocamlformat_stdlib.Out_channel.t -> [> `Error of string ] -> 'a) -> 'b
val handle_error : [< `Config_error of Ocamlformat.Config_option.Error.t | `Format_error of string | `Path_error of string ] -> (Ocamlformat_stdlib.Out_channel.t -> [> `Error of string ] -> 'a) -> 'b
val rpc_main : state -> (unit, 'a) Ocamlformat_stdlib.result
val run : unit -> (unit, 'a) Ocamlformat_stdlib.result