1 (***********************************************************************)
5 (* Damien Doligez, projet Moscova, INRIA Rocqencourt *)
7 (* Copyright 2002 Institut National de Recherche en Informatique et *)
8 (* en Automatique. All rights reserved. This file is distributed *)
9 (* under the terms of the Q Public License version 1.0. *)
11 (***********************************************************************)
15 (****************** arithmetic operators for Int64 *********************)
17 val ( ++ ) : int64
-> int64
-> int64
;;
18 val ( -- ) : int64
-> int64
-> int64
;;
19 val suc64
: int64
-> int64
;;
20 val pre64
: int64
-> int64
;;
24 val ( ~~
) : string -> int64
;;
25 val max_small_int
: int64
;;
26 val to_int
: int64
-> int;;