package trace

  1. Overview
  2. Docs

Source file types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(** Some core types for subscribers. *)

type user_data =
  | U_bool of bool
  | U_float of float
  | U_int of int
  | U_none
  | U_string of string
      (** A non polymorphic-variant version of {!Trace_core.user_data} *)

type flavor =
  | Sync
  | Async  (** A non polymorphic-variant version of {!Trace_core.flavor} *)
OCaml

Innovation. Community. Security.