123456789101112131415 |
- module mathmlom;
- % Author Luis Alvarez (Bath University)
- FLUID '(!*f!* safe_atts char ch atts omfuncs!*
- interval!* mmltypes!* constantsom!*
- count temp space temp2 mmlatts constants!*
- functions!* relations!* constructors!* ir2mml!*
- valid_om!* special_cases!* special_cases2!* mmleq!*);
- create!-package('(mathmlom mtables tools ir2om om2ir mml_ir),nil);
- endmodule;
- end;
|