X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcontent_pres%2Fsequent2pres.ml;h=88c804b7d6a199fce46ae1b836960d8f6b024a1d;hb=f345c59c259bc72379996c951561a0aa3ca06dc9;hp=bc0dfd05574d9dcd15f973d86903c558b8dee462;hpb=9a0e4f3be9f70662f18d2d3b6dd60ae79fba565b;p=helm.git diff --git a/helm/ocaml/content_pres/sequent2pres.ml b/helm/ocaml/content_pres/sequent2pres.ml index bc0dfd055..88c804b7d 100644 --- a/helm/ocaml/content_pres/sequent2pres.ml +++ b/helm/ocaml/content_pres/sequent2pres.ml @@ -32,6 +32,8 @@ (* *) (***************************************************************************) +(* $Id$ *) + let p_mtr a b = Mpresentation.Mtr(a,b) let p_mtd a b = Mpresentation.Mtd(a,b) let p_mtable a b = Mpresentation.Mtable(a,b)