Runtime_jsooSourceA js_of_ocaml wrapper around the Runtime.
Information about the position of the log inside the Catala source file.
Wrapper for the Runtime.raw_event -- directly collected during the program execution.
Wrapper for the Runtime.event -- structured log event parsed from the raw_event ones.
JS object usable to retrieve and reset log events.
Date values are encoded to a string in the ISO8601 format: 'YYYY-MM-DD'.
execute_or_throw_error f calls f () and propagates the Catala_runtime.error.NoValue, Catala_runtime.error.Conflict Catala_runtime.error.AssertionFailed exceptions by raising a JS error if needed.