fix benchs somewhat

This commit is contained in:
Simon Cruanes 2023-11-16 14:42:29 -05:00
parent 1508b6c940
commit a07c688404
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -7,7 +7,6 @@ module B = Benchmark
let ( @> ) = B.Tree.( @> )
let ( @>> ) = B.Tree.( @>> )
let ( @>>> ) = B.Tree.( @>>> )
let ( |> ) = CCFun.( |> )
module Int_map = Map.Make (CCInt)