]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/arith.xsl
more notations added
[helm.git] / helm / style / arith.xsl
index 617930350481c838a5aafc6f229e3c64674910ca..aabee3575c527ba4f665664bd142a5925ef48960 100644 (file)
@@ -53,7 +53,7 @@
 <xsl:template match="APPLY[CONST/@uri='cic:/Coq/Init/Peano/ge.con']" mode="pure">
    <xsl:call-template name="mk-mml-infix">
       <xsl:with-param name="c-tag" select="CONST"/>
-      <xsl:with-param name="m-tag" select="'geg'"/>
+      <xsl:with-param name="m-tag" select="'geq'"/>
    </xsl:call-template>
 </xsl:template>
 
    </xsl:call-template>
 </xsl:template>
 
+<xsl:template match="APPLY[CONST/@uri='cic:/Coq/Arith/Min/min.con']" mode="pure">
+   <xsl:call-template name="mk-mml-infix">
+      <xsl:with-param name="c-tag" select="CONST"/>
+      <xsl:with-param name="m-tag" select="'min'"/>
+   </xsl:call-template>
+</xsl:template>
+
 </xsl:stylesheet>