package resto-json

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

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

type t
type 'a encoding
val construct : 'a encoding -> 'a -> t
val destruct : 'a encoding -> t -> 'a