package serde_debug

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val let* : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
type 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
module Serializer : Serde.Ser.Intf with type output = dbg
val pp : Format.formatter -> dbg -> unit
OCaml

Innovation. Community. Security.