mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
Merge pull request #147 from cxa/master
fix `CCFun.tap` example in doc (thanks to @cxa)
This commit is contained in:
commit
14d701f84c
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ val tap : ('a -> _) -> 'a -> 'a
|
|||
in a pipeline, for instance:
|
||||
{[CCArray.(1 -- 10)
|
||||
|> tap CCArray.shuffle
|
||||
|> tap CCArray.sort Pervasives.compare
|
||||
|> tap @@ CCArray.sort Pervasives.compare
|
||||
]}
|
||||
*)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue