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.3.tbz
sha256=2ababaa983bbb4a264b5346316b76638d3c77e3addf3522086c6fd9e61bd6505
sha512=63900b36513e67827744d9f656f2d2d3a707b0cea2ed67b571ddd30cedcaec2bf2e1791813add50ccaf846ee90f1195d9f86d3bddbefb2c30cefe2c81b57ed61

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.