package js_of_ocaml

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

Module type Deriving_Json.Json_min'Source

Sourcetype a
Sourceval write : Buffer.t -> a -> unit
Sourceval match_variant : [ `Cst of int | `NCst of int ] -> bool
Sourceval read_variant : Deriving_Json_lexer.lexbuf -> [ `Cst of int | `NCst of int ] -> a