]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
lazily ==> call_by_name (since it is really a call_by_name!)
[helm.git] / helm / style / rootcontent.xsl
index 74d29d9f398af8a4d16d17dd1b082deb4d554bf7..1acaf5a786270bb0f29c781ce0991dfab8b460e2 100644 (file)
@@ -71,6 +71,7 @@
 <xsl:variable name="AnnotationsUri"><xsl:value-of select="concat($BaseCICURI,'.ann')"/></xsl:variable>
 
 <xsl:variable name="InnerTypesUrl"><xsl:call-template name="makeURL4InnerTypes"><xsl:with-param name="uri" select="$InnerTypesUri"/></xsl:call-template></xsl:variable>
+<xsl:variable name="ConstantTypeUrl"><xsl:call-template name="makeURL4InnerTypes"><xsl:with-param name="uri" select="$BaseCICURI"/></xsl:call-template></xsl:variable>
 <xsl:variable name="AnnotationsUrl"><xsl:call-template name="URLofURI4getter"><xsl:with-param name="uri" select="$AnnotationsUri"/></xsl:call-template></xsl:variable>
 
 <!-- WARNING: Using lazy evaluation: $CICURI.* may not exist, but -->