&& -> & etc.
[virt-df.git] / lib / int63.mli
index 69fbce1..6ba9270 100644 (file)
@@ -59,7 +59,7 @@ open Int63.Operators
 
     in your code so that you get the operators [+^], [-^] .. and the
     type [int63] directly, and can still use the less frequent
-    functions as {!Int63.logand} etc.
+    functions such as {!Int63.abs} etc.
 *)
 
 module Operators : sig
@@ -85,11 +85,11 @@ module Operators : sig
        in a row because that clashes with the symbols used for
        camlp4 quotations. *)
 
-  val ( &&^ ) : t -> t -> t
-  val ( ||^ ) : t -> t -> t
-  val ( ^^^ ) : t -> t -> t
+  val ( &^ ) : t -> t -> t
+  val ( |^ ) : t -> t -> t
+  val ( ^^ ) : t -> t -> t
     (** Infix logical and, or and xor operators.
-       eg. [bits &&^ mask] *)
+       eg. [bits &^ mask] *)
 
   val ( ~^ ) : int -> t
     (** Small integer constants,