mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix warning in test
This commit is contained in:
parent
dd0e23cea2
commit
209ee3a3ed
1 changed files with 1 additions and 2 deletions
|
|
@ -18,5 +18,4 @@ true
|
||||||
|
|
||||||
t @@ fun () -> CCFun.((succ %> string_of_int) 2 = "3");;
|
t @@ fun () -> CCFun.((succ %> string_of_int) 2 = "3");;
|
||||||
t @@ fun () -> CCFun.((( * ) 3 % succ) 5 = 18);;
|
t @@ fun () -> CCFun.((( * ) 3 % succ) 5 = 18);;
|
||||||
t @@ fun () -> CCFun.(succ @@ ( * ) 2 @@ pred @@ 3 = 5);;
|
t @@ fun () -> CCFun.(succ @@ ( * ) 2 @@ pred @@ 3 = 5)
|
||||||
t @@ fun () -> CCFun.(3 |> succ |> ( * ) 5 |> pred = 19)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue