mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
add float to user data
This commit is contained in:
parent
431811c995
commit
572f2848c8
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ type user_data =
|
|||
[ `Int of int
|
||||
| `String of string
|
||||
| `Bool of bool
|
||||
| `Float of float
|
||||
| `None
|
||||
]
|
||||
(** User defined data, generally passed as key/value pairs to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue