git.annexia.org
/
virt-df.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063c6a3
)
Documentation fix.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 29 Apr 2008 15:15:19 +0000
(16:15 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 29 Apr 2008 15:15:19 +0000
(16:15 +0100)
lib/int63.mli
patch
|
blob
|
history
diff --git
a/lib/int63.mli
b/lib/int63.mli
index
69fbce1
..
c2397fd
100644
(file)
--- a/
lib/int63.mli
+++ b/
lib/int63.mli
@@
-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