Pbrt_optionsProtobuf
module E : sig ... endAll exceptions which could be raised by the generated option parsers.
type message_literal = (string * value) listand list_literal = value listand value = | Scalar_value of constant| Message_literal of message_literal| List_literal of list_literalHelper module for the generated code for common functionality
val string : value -> string -> string -> stringval float : value -> string -> string -> floatval int32 : value -> string -> string -> int32val int64 : value -> string -> string -> int64val int : value -> string -> string -> intval bool : value -> string -> string -> boolval bytes : value -> string -> string -> bytesval unit : value -> string -> string -> unit