]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/mml.ml
This commit was manufactured by cvs2svn to create branch 'helm'.
[helm.git] / helm / interface / mml.ml
diff --git a/helm/interface/mml.ml b/helm/interface/mml.ml
deleted file mode 100644 (file)
index 88c2813..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-type expr =
-   Null
- | Mi of string
- | Mo of string
- | Mn of string
- | Mtext of string
- | Mrow of expr list
- | Mfenced of string * string * string * expr list (* open, close, separators *)
-type fragment =
- Math of expr list
-;;