package resto-json

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

Module type Resto_json.VALUE

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