mransan / ocaml-protoc

A Protobuf Compiler for OCaml
https://mransan.github.io/ocaml-protoc/
MIT License
179 stars 33 forks source link

add ocaml builtin types to keywords #253

Closed adamchol closed 2 weeks ago

adamchol commented 2 weeks ago

Google common types include a type called "option" which generated an uncompilable code like this:

type option = {
  any: Any.any option
}