From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 1 May 2008 19:32:38 +0000 (+0100) Subject: Updated this file with new <^< operator, should probably delete it. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=f5a7417793b3f0780b0dd49798ea27981f046d98;p=virt-df.git Updated this file with new <^< operator, should probably delete it. --- diff --git a/lib/test_int63.ml b/lib/test_int63.ml index 6ce121b..7291c7c 100644 --- 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)