Smtml.ModelSourceModel Module. This module defines a symbol table that maps symbols to values. It provides utility functions for iteration, retrieval, evaluation, serialization, and parsing from various formats.
iter f tbl applies function f to all bindings in tbl.
get_symbols tbl returns the list of symbols stored in tbl.
get_bindings tbl returns all bindings in tbl, sorted by symbol.
evaluate tbl sym returns the value associated with symbol sym in tbl, if any.
pp ?no_values fmt tbl formats tbl using Fmt.t. If no_values is true, values are omitted from the output.
to_scfg ~no_value tbl converts tbl to an SCFG configuration. If no_value is true, values are omitted from the output.
to_scfg_string ~no_value tbl converts tbl to an SCFG string.