src/Tools/WWW_Find/ROOT.ML
author wenzelm
Sun, 30 Jan 2011 13:02:18 +0100
changeset 41648 6d736d983d5c
parent 33817 f6a4da31f2f1
child 43073 a4c985fe015d
permissions -rw-r--r--
clarified example settings for Proof General;

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 "find_theorems.ML")
else ()