package ocamlformat

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

Module Protocol.VersionSource

Sourcetype t =
  1. | V1
  2. | V2
Sourceval to_string : t -> string
Sourceval of_string : string -> t option