pub(crate) fn type_to_ocaml_name(ctx: &GenerateCtx<'_>, ty: &Ty) -> StringExpand description
Converts a type to the appropriate ocaml name. In case of generics, this provides appropriate parameters.
pub(crate) fn type_to_ocaml_name(ctx: &GenerateCtx<'_>, ty: &Ty) -> StringConverts a type to the appropriate ocaml name. In case of generics, this provides appropriate parameters.