English

Tracing OCaml Programs

Programming Languages 2023-04-12 v1

Abstract

This presentation will cover a framework for application-level tracing of OCaml programs. We outline a solution to the main technical challenge, which is being able to log typed values with lower overhead and maintenance burden than existing approaches. We then demonstrate the tools we have built around this for visualizing and exploring executions.

Keywords

Cite

@article{arxiv.2304.04937,
  title  = {Tracing OCaml Programs},
  author = {Darius Foo and Wei-Ngan Chin},
  journal= {arXiv preprint arXiv:2304.04937},
  year   = {2023}
}