Updated this file with new <^< operator, should probably delete it.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 1 May 2008 19:32:38 +0000 (20:32 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 1 May 2008 19:32:38 +0000 (20:32 +0100)
lib/test_int63.ml

index 6ce121b..7291c7c 100644 (file)
@@ -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)