package resto-json

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Resto_json.VALUESource

A VALUE module allows the actual conversion of values between different representations. It is intended as a companion to the Encoding module above.

Sourcetype t
Sourcetype 'a encoding
Sourceval construct : 'a encoding -> 'a -> t
Sourceval destruct : 'a encoding -> t -> 'a