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:
77eac20
)
Updated this file with new <^< operator, should probably delete it.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 1 May 2008 19:32:38 +0000
(20:32 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 1 May 2008 19:32:38 +0000
(20:32 +0100)
lib/test_int63.ml
patch
|
blob
|
history
diff --git
a/lib/test_int63.ml
b/lib/test_int63.ml
index
6ce121b
..
7291c7c
100644
(file)
--- a/
lib/test_int63.ml
+++ b/
lib/test_int63.ml
@@
-3,5
+3,5
@@
open Int63.Operators
let () =
let a = ~^3 *^ ~^500 in
- let b = a <
<^
3 in
+ let b = a <
^<
3 in
printf "result = %s\n" (Int63.to_string b)