mfp / extprot

extprot: extensible binary protocols for cross-language communication and long-term serialization
Other
209 stars 9 forks source link

[feature] DRY ocaml.type #26

Open ygrek opened 7 years ago

ygrek commented 7 years ago

instead of

type x = int options "ocaml.type" = "Common.SomeId.t, Common.SomeId.inject, Common.SomeId.project"

we could have

type x = int options "ocaml.type" = "Common.SomeId.(t, inject, project"