X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fintersect.mli;h=5045162b6090ccb9239ebdf64db78173e130a806;hb=ba64642ca7771cd9cc7b9f73476c8f608ffeeda5;hp=aee42c09c32ac648c1e7e41106ed516948fd35c2;hpb=8abd42ec1af0d5daef1d026ec550b49b07de8340;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/intersect.mli b/helm/ocaml/mathql_interpreter/intersect.mli index aee42c09c..5045162b6 100644 --- a/helm/ocaml/mathql_interpreter/intersect.mli +++ b/helm/ocaml/mathql_interpreter/intersect.mli @@ -23,4 +23,8 @@ * http://cs.unibo.it/helm/. *) -val intersect_ex : string list list -> string list list -> string list list +val intersect_ex : + MathQL.result -> MathQL.result -> MathQL.result + +val append: + (string list * string list) -> string list