]> matita.cs.unibo.it Git - helm.git/commitdiff
old file removed
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 3 Feb 2003 21:19:35 +0000 (21:19 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 3 Feb 2003 21:19:35 +0000 (21:19 +0000)
helm/ocaml/mathql/mQueryHTML.ml [deleted file]

diff --git a/helm/ocaml/mathql/mQueryHTML.ml b/helm/ocaml/mathql/mQueryHTML.ml
deleted file mode 100644 (file)
index ff6cb11..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-(* raw HTML representation **************************************************)
-
-let key s = "<font color=\"blue\">" ^ s ^ " </font>"
-
-let sub s = "<font color=\"blue\"> " ^ s ^ " </font>"
-
-let sub2 s = "<font color=\"blue\">" ^ s ^ "</font>"
-
-let sym s = s
-
-let sep s = s
-
-let str s = "<font color=\"red\">'" ^ s ^ "'</font>"
-
-let pat s = "<font color=\"red\">\"" ^ s ^ "\"</font>"
-
-let res s = "<font color=\"brown\">\"" ^ s ^ "\"</font>"
-
-let nl () = "<br>\n"
-
-let par () = "<p>\n"