src/Tools/WWW_Find/ROOT.ML
author wenzelm
Fri, 11 Nov 2011 16:06:26 +0100
changeset 45457 615ba724b269
parent 45066 11f622794ad6
child 48495 bf5b45870110
permissions -rw-r--r--
tuned;

if ML_System.is_polyml then
 (use "unicode_symbols.ML";
  use "html_unicode.ML";
  use "mime.ML";
  use "http_status.ML";
  use "http_util.ML";
  use "xhtml.ML";
  use "socket_util.ML";
  use "scgi_req.ML";
  use "scgi_server.ML";
  use "echo.ML";
  use "html_templates.ML";
  use "find_theorems.ML";
  use "yxml_find_theorems.ML")
else ();