X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2Fintersect.mli;h=5045162b6090ccb9239ebdf64db78173e130a806;hb=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=3b721b4f7ba2ccd58bfa88350c3353f69445a183;hpb=7f510b2df638258669d6539861a3f06ed5fab773;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/intersect.mli b/helm/ocaml/mathql_interpreter/intersect.mli index 3b721b4f7..5045162b6 100644 --- a/helm/ocaml/mathql_interpreter/intersect.mli +++ b/helm/ocaml/mathql_interpreter/intersect.mli @@ -24,4 +24,7 @@ *) val intersect_ex : - Mathql_semantics.result -> Mathql_semantics.result -> Mathql_semantics.result + MathQL.result -> MathQL.result -> MathQL.result + +val append: + (string list * string list) -> string list