<OpList xmlns:m="http://www.w3.org/1998/Math/MathML">
-<import href="positive.xsl"/>
-
<Operator
name = "LESS EQUAL"
uri = "cic:/Coq/Init/Peano/le.ind | cic:/Coq/ZArith/zarith_aux/Zle.con"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-<xsl:include href="contentlib.xsl"/> <!-- FG -->
+<!-- Warning: the first included stylesheet has the lowest precedence -->
+<xsl:include href="contentlib.xsl"/>
<xsl:include href="basic.xsl"/>
-<xsl:include href="arith.xsl"/> <!-- FG -->
+<xsl:include href="arith.xsl"/>
<xsl:include href="set.xsl"/>
<xsl:include href="list.xsl"/>
<xsl:include href="reals.xsl"/>
-<xsl:include href="ring.xsl"/> <!-- FG -->
+<xsl:include href="ring.xsl"/>
<xsl:include href="algebra.xsl"/>
<xsl:include href="lambda.xsl"/>
+<xsl:include href="positive.xsl"/>
</xsl:stylesheet>