From f5a7417793b3f0780b0dd49798ea27981f046d98 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Updated this file with new <^< operator, should probably delete it. --- lib/test_int63.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1