Module Ppx_log_types.Tag_data
type t = | Int of Base.int| Char of Base.char| Float of Base.float| String of Base.string| Bool of Base.bool| Sexp of Base.Sexp.t| Json of Ppx_log_types__.Jsonaf.t
module Without_type_label : sig ... endmodule With_type_label : sig ... end