src/Tools/WWW_Find/WWW_Find.thy
author wenzelm
Thu, 04 Apr 2013 18:20:00 +0200
changeset 51618 a3577cd80c41
parent 48891 c0eafbd55de3
child 52926 6415d95bf7a2
permissions -rw-r--r--
tuned signature -- avoid intrusion of slightly odd Swing structures into pure Markup_Tree;

theory WWW_Find
imports Pure
begin

ML_file "unicode_symbols.ML"
ML_file "html_unicode.ML"
ML_file "mime.ML"
ML_file "http_status.ML"
ML_file "http_util.ML"
ML_file "xhtml.ML"
ML_file "socket_util.ML"
ML_file "scgi_req.ML"
ML_file "scgi_server.ML"
ML_file "echo.ML"
ML_file "html_templates.ML"
ML_file "find_theorems.ML"
ML_file "yxml_find_theorems.ML"

end