package pbrt

  1. Overview
  2. Docs
Runtime library for Protobuf tooling

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-protoc-4.1.tbz
sha256=89ea27f87d96fda79fd7a8f86a9e3ac978bdaa9c2ab989442d110123104bed3f
sha512=d5910fa17d60754c0ba273e4fa96137bb1129fbbc235a6601960a1cafb2ef41627b06a6486e539c5b206b73c249fe834ba910b2ce741d5f8ded137f042bbce4d

doc/pbrt.options/Pbrt_options/E/index.html

Module Pbrt_options.ESource

All exceptions which could be raised by the generated option parsers.

Sourcetype error =
  1. | Unexpected_option_type of string * string
  2. | Malformed_variant of string
Sourceexception Failure of error

Decoding/Encoding failure

Sourceval unexpected_option_type : string -> string -> 'a

unexpected_option_type record_name field_name raises Failure (Unexpected_json_type (record_name, field_name))

Sourceval malformed_variant : string -> 'a

malformed_variant variant_name raise Failure (Malformed_variant variant_name)