]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mqint.ml
mqint patched (compilation warning removed)
[helm.git] / helm / ocaml / mathql_interpreter / mqint.ml
index 00f6b1c271bde58f3add94cf595b41c3e8eb0bd8..415ee13401ae35d0179c88df75354dbeeb832f76 100644 (file)
@@ -156,7 +156,6 @@ let rec exec_set_exp c = function
          flush stdout); 
        res
    | MathQL.Diff (sexp1, sexp2) -> diff_ex (exec_set_exp c sexp1) (exec_set_exp c sexp2)
-   | _ -> assert false
    
 (* valuta una MathQL.boole_exp e ritorna un boole *)