package catala

  1. Overview
  2. Docs

The only kind of information carried in Catala identifiers is the original string of the identifier annotated with the position where it is declared or used.

type info = string Pos.marked
val format_info : Format.formatter -> info -> unit