]> matita.cs.unibo.it Git - helm.git/commitdiff
pure ==> noannot in CASE's branches
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Apr 2001 14:24:26 +0000 (14:24 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 4 Apr 2001 14:24:26 +0000 (14:24 +0000)
helm/style/params.xsl

index 2a0a252e3bb3218beefee7596a09d9542fa48373..8db72e23ee15d54f40ce42b9b59a98513286ef9a 100644 (file)
 <!-- Mancava modalita': con target=1 posso provenire sia da un oggetto che da un termine -->
         <xsl:choose>
         <xsl:when test="string($binder) = &quot;LAMBDA&quot;">
-         <xsl:apply-templates select="." mode="pure"/>
+        <!-- CSC: era pure, ma deve essere noannot. Giusto, Irene? -->
+         <xsl:apply-templates select="." mode="noannot"/>
         </xsl:when>
         <xsl:otherwise>
          <xsl:apply-templates select="."/>