<xsl:apply-templates mode="pure" select="*[6]"/>
</m:apply>
</xsl:when>
- <!-- exT_ind -->
- <xsl:when test="name()= 'APPLY' and CONST[
- attribute::uri='cic:/Coq/Init/Logic_Type/exT_ind.con']
+ <!-- ex_ind, exT_ind -->
+ <xsl:when test="name()= 'APPLY'
+ and (CONST[attribute::uri='cic:/Coq/Init/Logic_Type/exT_ind.con'] or
+ CONST[attribute::uri='cic:/Coq/Init/Logic/First_order_quantifiers/ex_ind.con'])
and count(child::*) = 6
and name(*[5])='LAMBDA'
and name(*[5]/target/*[1])='LAMBDA'">
</xsl:when>
<!--**** Patch temporanea, per il problema dei threads ***-->
<xsl:when test="(name()= 'APPLY' and
- (CONST[attribute::uri='cic:/Coq/Init/Logic/Conjunction/and_ind.con']
- or
- CONST[attribute::uri='cic:/Coq/Init/Logic_Type/exT_ind.con'])
+ (CONST[attribute::uri='cic:/Coq/Init/Logic/Conjunction/and_ind.con'] or
+ CONST[attribute::uri='cic:/Coq/Init/Logic_Type/exT_ind.con'] or
+ CONST[attribute::uri='cic:/Coq/Init/Logic/First_order_quantifiers/ex_ind.con'])
and count(child::*) = 6
and name(*[5])='LAMBDA'
and name(*[5]/target/*[1])='LAMBDA')