package ocaml-protoc-plugin

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

Module UninterpretedOption.NamePart

Sourceval name' : unit -> string
Sourcetype t = {
  1. name_part : string;
  2. is_extension : bool;
}
Sourceval make : name_part:string -> is_extension:bool -> unit -> t