mathmlom.red 405 B

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