X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2Fmpresentation.mli;h=53df1fb1d59a85e2f89499da6d11f6c2cd4f0c9d;hb=6f65a2e518d723ea722b23bfd9fa0162ff8be457;hp=53eb9927e5ebaa2f69fb7111bf2bcb52035a1a9f;hpb=b266dce15b2f669a70daaee3bd0887f8d9c345b2;p=helm.git diff --git a/helm/ocaml/cic_transformations/mpresentation.mli b/helm/ocaml/cic_transformations/mpresentation.mli index 53eb9927e..53df1fb1d 100644 --- a/helm/ocaml/cic_transformations/mpresentation.mli +++ b/helm/ocaml/cic_transformations/mpresentation.mli @@ -57,17 +57,11 @@ type (* Enlivening Expressions *) | Maction of attr * mpres list -and +and row = Mtr of attr * mtd list - row = Mtr of attr * mtd list +and mtd = Mtd of attr * mpres -and - - mtd = Mtd of attr * mpres - -and - - attr = (string * string) list +and attr = (string option * string * string) list ;;