package rocq-runtime

  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

val pr : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.