]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/mathql_interpreter/mQIUtil.mli
standard library and while construction inserted
[helm.git] / helm / ocaml / mathql_interpreter / mQIUtil.mli
index cd7adc760f1727dcc5a9e2a2296e14930b2410d5..f6063ad0722437d96bcb8683c1ae26006e2c542e 100644 (file)
@@ -60,3 +60,6 @@ val mql_iter2     : ('c -> 'd -> ('a * 'b list) list) -> 'c list ->
 
 val xor           : MathQL.result -> MathQL.result -> MathQL.result 
 
+exception NumberError of MathQL.result
+
+val int_of_set    : MathQL.result -> int