package ppx_log

  1. Overview
  2. Docs
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
module Without_type_label : sig ... end
module With_type_label : sig ... end
OCaml

Innovation. Community. Security.