]> matita.cs.unibo.it Git - helm.git/commitdiff
New notation for ListSet. It often raises ambiguity problems in theorems
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 6 Dec 2002 17:57:34 +0000 (17:57 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 6 Dec 2002 17:57:34 +0000 (17:57 +0000)
that also use the same notation for PolyLists.

helm/meta_style/list.xml

index 6e42d21a1296be1fcf681710397bb467903d28e9..4171058da022eb3c2b1071050ab62b3d8030c268 100644 (file)
@@ -33,7 +33,7 @@
 
 <Operator
  name  = "IN"
- uri   = "cic:/Coq/Lists/PolyList/In.con | cic:/Coq/Lists/TheoryList/In_spec.ind"
+ uri   = "cic:/Coq/Lists/PolyList/In.con | cic:/Coq/Lists/TheoryList/In_spec.ind | cic:/Coq/Lists/ListSet/set_In.con | cic:/Coq/Lists/ListSet/set_mem.con"
  cook  = "true"
  arity = "2"
  m-tag = "in"/>
  arity = "2"
  m-tag = "subset"/>
 
+<Operator
+ name  = "INTER"
+ uri   = "cic:/Coq/Lists/ListSet/set_inter.con"
+ cook  = "true"
+ arity = "2"
+ m-tag = "intersect"/>
+
 <Operator
  name  = "LENGTH"
  uri   = "cic:/Coq/Lists/PolyList/length.con"