$(SML_LIB)/basis/basis.mlb $(SML_LIB)/basis/mlton.mlb $(RK_LIB)/rk.mlb $(RANDMTZIG_LIB)/randmtzig.mlb $(TENSOR_LIB)/tensor.mlb $(TENSOR_LIB)/sparse.mlb {% for pop in dict (group.populations) %} local {{pop.value.prototype.ivpFn}}_solver.sml in structure Model_{{pop.name}} = Model end {% endfor %} {% if group.psrtypes %}{% for psr in dict (group.psrtypes) %} local {{psr.value.ivpFn}}_solver.sml in structure Model_{{psr.name}} = Model end {% endfor %}{% endif %} {{group.name}}.sml Sim{{group.name}}.sml