mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
format
This commit is contained in:
parent
5abb63517c
commit
07cfdb0d94
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ let[@inline] and_pred f g x = f x && g x
|
|||
let[@inline] or_pred f g x = f x || g x
|
||||
let[@inline] compose f g x = g (f x)
|
||||
let[@inline] compose_binop f g x y = g (f x) (f y)
|
||||
|
||||
let[@inline] curry f x y = f (x, y)
|
||||
let[@inline] uncurry f (x, y) = f x y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue