package ocamlformat

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

Module Protocol.Init

type t = [
  1. | `Halt
  2. | `Unknown
  3. | `Version of string
]
val read_input : IO.ic -> t IO.t
val output : IO.oc -> t -> unit IO.t