]> matita.cs.unibo.it Git - helm.git/commit
* New operators (Subset, SetEqual and RVarOccurrence) added to MathQL
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 15:55:36 +0000 (15:55 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 May 2002 15:55:36 +0000 (15:55 +0000)
commit7f510b2df638258669d6539861a3f06ed5fab773
treead25143168f4752b1b5069fd3a0b68c5f1c05fb6
parent9f45f8febfade5e1dca7a022154f2635be2af9b2
* New operators (Subset, SetEqual and RVarOccurrence) added to MathQL
* New implementation of all the operations. We will have to choose if this
  new implementation is better or worst than the previous one.
* Diff and SortBy not implemented yet.
16 files changed:
helm/ocaml/mathql_interpreter/.depend
helm/ocaml/mathql_interpreter/Makefile
helm/ocaml/mathql_interpreter/dbconn.ml
helm/ocaml/mathql_interpreter/intersect.ml
helm/ocaml/mathql_interpreter/intersect.mli
helm/ocaml/mathql_interpreter/mathql.ml
helm/ocaml/mathql_interpreter/mathql_semantics.ml [new file with mode: 0644]
helm/ocaml/mathql_interpreter/mqint.ml
helm/ocaml/mathql_interpreter/pattern.ml
helm/ocaml/mathql_interpreter/pattern.mli
helm/ocaml/mathql_interpreter/select.ml
helm/ocaml/mathql_interpreter/select.mli
helm/ocaml/mathql_interpreter/union.ml
helm/ocaml/mathql_interpreter/union.mli
helm/ocaml/mathql_interpreter/use.ml
helm/ocaml/mathql_interpreter/use.mli