aboutsummaryrefslogtreecommitdiff
path: root/dataType.mli
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2017-01-02 17:56:04 +0100
committerSébastien Dailly <sebastien@chimrod.com>2017-01-10 14:35:04 +0100
commit0d1f9ff76aa6df3f17edd2d73c76ab444fec8528 (patch)
treee6a628b78a08beb7fd9912c3f4b9bbdcee59c3c4 /dataType.mli
parent444c0baa87b6edfb21c002bf9e079e10509ee0e9 (diff)
Corrected some issues with odf documents
Diffstat (limited to 'dataType.mli')
-rwxr-xr-xdataType.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/dataType.mli b/dataType.mli
index 09b0082..901346c 100755
--- a/dataType.mli
+++ b/dataType.mli
@@ -17,6 +17,8 @@ module Num: sig
val to_num: t -> Num.num
+ val neg: t -> t
+
val eq: t -> t -> bool
val neq: t -> t -> bool
val lt: t -> t -> bool