X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2Fmml.ml;fp=helm%2Finterface%2Fmml.ml;h=0000000000000000000000000000000000000000;hb=fa11ed6dc134f8ad3421c37a97271018e075bbed;hp=88c2813507101e9bae590e23d9e577a8c469e3e1;hpb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;p=helm.git diff --git a/helm/interface/mml.ml b/helm/interface/mml.ml deleted file mode 100644 index 88c281350..000000000 --- a/helm/interface/mml.ml +++ /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 -;;