package trace

  1. Overview
  2. Docs
A stub for tracing/observability, agnostic in how data is collected

Install

Dune Dependency

Authors

Maintainers

Sources

trace-0.4.tbz
sha256=b51ec546ec1c90f6ed60b330ea7c9212d5c9c26e4d93e38e60224d984fab09b1
sha512=dc617857b0f213765b82b45281ebef2fab4b8c213597f19cf4476356e2c7295c3aeb0d71c8d1954617196d7c491336efba1c67f02138d011ac590053c06ed638

doc/trace.core/Trace_core/Meta_map/Key/index.html

Module Meta_map.KeySource

Keys with a type witness.

Sourcetype 'a t

A key of type 'a t is used to access the portion of the map or table that associates keys of type 'a to values.

Sourceval create : unit -> 'a t

Make a new key. This is generative, so calling create () twice with the same return type will produce incompatible keys that cannot see each other's bindings.

Sourceval equal : 'a t -> 'a t -> bool

Compare two keys that have compatible types.

OCaml

Innovation. Community. Security.