package ocamlformat

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

Parameters

module IO : IO.S

Signature

module type Command_S = sig ... end
module Init : Command_S with type t = [ `Halt | `Unknown | `Version of string ]

Version used to set the protocol version

module V1 : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Config of (string * string) list | `Format of string ]
module V2 : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Format of string * format_args ]