package serde_debug

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

Module Serde_debugSource

Sourceval (let*) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourcetype dbg =
  1. | Int of int
  2. | Bool of bool
  3. | Float of float
  4. | String of string
  5. | Char of char
  6. | Tuple of dbg list
  7. | Unit
  8. | Variant_unit of string * string
  9. | Variant_tuple of string * string * dbg list
  10. | Variant_record of string * string * (string * dbg) list
  11. | Record of string * (string * dbg) list
Sourceval pp : Format.formatter -> dbg -> unit
OCaml

Innovation. Community. Security.