package serde_debug

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val let* : ('a, 'b) Stdlib.result -> ('a -> ('c, 'b) Stdlib.result) -> ('c, 'b) Stdlib.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 : Stdlib.Format.formatter -> dbg -> unit
val debug : ('a -> (Serde.Ser.data, Serializer.error Serde.Ser.ser_error) Stdlib.result) -> 'b -> (unit, Serializer.error Serde.Ser.ser_error) Stdlib.result
OCaml

Innovation. Community. Security.