src/Tools/WWW_Find/ROOT.ML
author huffman
Sun, 14 Aug 2011 10:25:43 -0700
changeset 44205 18da2a87421c
parent 43948 8f5add916a99
child 45026 5c0b0d67f9b1
permissions -rw-r--r--
generalize constant 'lim' and limit uniqueness theorems to class t2_space

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 ();