src/Tools/WWW_Find/ROOT.ML
author blanchet
Wed, 01 Jun 2011 00:23:16 +0200
changeset 43121 5df3777f376d
parent 43075 6fde0c323c15
child 43948 8f5add916a99
permissions -rw-r--r--
make SML/NJ happier

if String.isPrefix "polyml" ml_system
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 ()