X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FmQIUtil.ml;h=67df606d18741e0058f8bb682d14cfef08abccf2;hb=9cbce40d56958c466459b028cf250441ec29c9fe;hp=f80fefeec759b0a0c7ec0c50801c5da8f8da7cb3;hpb=786284e9dfb25a31aad2161d59cdc5f36657e94a;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/mQIUtil.ml b/helm/ocaml/mathql_interpreter/mQIUtil.ml index f80fefeec..67df606d1 100644 --- a/helm/ocaml/mathql_interpreter/mQIUtil.ml +++ b/helm/ocaml/mathql_interpreter/mQIUtil.ml @@ -78,6 +78,8 @@ let rec iter f = function (* MathQL specific set operations ******************************************) +let mql_subj v = List.map (fun s -> (s, [])) v + let rec mql_union s1 s2 = match s1, s2 with | [], s -> s