jon.recoil.org

Module Ppx_log_types.Tag_data

type t =
  1. | Int of Base.int
  2. | Char of Base.char
  3. | Float of Base.float
  4. | String of Base.string
  5. | Bool of Base.bool
  6. | Sexp of Base.Sexp.t
  7. | Json of Ppx_log_types__.Jsonaf.t
module Without_type_label : sig ... end
module With_type_label : sig ... end