mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
363 B
363 B
Release v0.16.0
-
Added
Sexp_conv_record. Supports improvements toppx_sexp_convfor derivingof_sexpon record types. Provides a GADT-based generic interface to parsing record sexps. This avoids having to generate the same field-parsing code over and over. -
Added
sexp_grammar_with_tagsandsexp_grammar_with_tag_listtoSexp_conv_grammar.