package ocplib-json-typed-browser

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

A view over the browser representation.

type value = value

The implementation type.

val view : value -> value Json_repr.view

View a value in the common format.

val repr : value Json_repr.view -> value

Builds a value from a view

val repr_uid : value Json_repr.repr_uid

See repr_uid.