package ppx_meta_conv

  1. Overview
  2. Docs
PPX for converting between OCaml values and JSON, Sexp and camlon

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_meta_conv-4.1.0.tar.gz
md5=aad544375f23a3979aafe9defdebf4bd
sha512=991ad7433c8f2f51b298d4c99b35b873aab66c5d1da1beaa18f8f58f8e708e5a4299f0bb657af9d12bfcd3d645f48b3efe21e13b8c62e303604bd374e88f7d3a

doc/ppx_meta_conv.runtime/Meta_conv/Open/index.html

Module Meta_conv.OpenSource

You should open this module

Special types

This module defines types specially handled by meta_conv. To be handled correctly, these type names must be used WITHOUT module names.

For example, Meta_conv.Types.mc_option or Types.mc_option are just treated as normal types and no special meta_conv decoding/encoding are not generated for them.

Sourcetype 'a mc_option = 'a option
Sourcetype 'target mc_fields = (string * 'target) list
Sourcetype 'target mc_leftovers = (string * 'target) list
Sourcetype ('host, 'target) mc_lazy_t = ('host, 'target Error.t) Result.t lazy_t
Sourcetype ('host, 'target) mc_result = ('host, 'target Error.t) Result.t
Sourcetype 'a mc_embeded = 'a
Sourcetype 'a mc_option_embeded = 'a option
Sourcetype ('a, 'b) hashtbl = ('a, 'b) Hashtbl.t
OCaml

Innovation. Community. Security.