extprot icon indicating copy to clipboard operation
extprot copied to clipboard

[feature] DRY ocaml.type

Open ygrek opened this issue 8 years ago • 0 comments

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"

ygrek avatar Jun 17 '17 01:06 ygrek