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