]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/utf8_macros/README.syntax
- renamed ocaml/ to components/
[helm.git] / helm / ocaml / utf8_macros / README.syntax
diff --git a/helm/ocaml/utf8_macros/README.syntax b/helm/ocaml/utf8_macros/README.syntax
deleted file mode 100644 (file)
index 210ecc0..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Helm Utf8 macro syntax extension for Camlp4
-
-Sample file:
-
-  --- test.ml ---
-
-  prerr_endline <:unicode<lambda>>
-
-  ---------------
-
-Compile it with:
-
-  ocamlfind ocamlc -package helm-utf8_macros -syntax camlp4o test.ml
-