]> matita.cs.unibo.it Git - helm.git/commitdiff
Changed cic:/Coq/Sets/Ensembles/Ensembles/Empty_set.ind definition
authorPietro Di Lena <pietro.dilena@unibo.it>
Mon, 25 Nov 2002 18:04:30 +0000 (18:04 +0000)
committerPietro Di Lena <pietro.dilena@unibo.it>
Mon, 25 Nov 2002 18:04:30 +0000 (18:04 +0000)
helm/meta_style/set.xml

index 9384b8430537108af8476045f9dc4abfba5da0d7..f1e888d98d9c2c2308629cc1c52f70652f3b51a3 100644 (file)
        </mapp>
 </NotOperator>
 
-<Operator
+<OpSet
  name  = "EMPTY SET"
  uri   = "cic:/Coq/Sets/Ensembles/Ensembles/Empty_set.ind"
  cook  = "true">
-       <mop tag="set" helm:xref="$APP-ID"/>
-</Operator>
-
-<Operator
- name  = "EMPTY SET"
- uri   = "cic:/Coq/Sets/Ensembles/Ensembles/Empty_set.ind"
- cook  = "true"
- arity = "1">
-       <mapp>
-               <m:in definitionURL="cic:/Coq/Sets/Ensembles/Ensembles/In.con"/>
-               <param id="1"/>
+       
+       <Case arity="0">
                <mop tag="set" helm:xref="$APP-ID"/>
-       </mapp>
-</Operator>
+       </Case>
+
+       <Case arity="1">
+               <mapp>
+                       <m:in definitionURL="cic:/Coq/Sets/Ensembles/Ensembles/In.con"/>
+                       <param id="1"/>
+                       <mop tag="set" helm:xref="$APP-ID"/>
+               </mapp>
+       </Case>
+</OpSet>
 
 <OpSet
  name  = "SINGLETON"