package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Intlit of string
  2. | `String of string
  3. | `Assoc of (string * t) list
  4. | `List of t list
]

Subtype of Yojson.Safe.t

OCaml

Innovation. Community. Security.