Find out about OCaml, read about users, see code examples, go through tutorials and more.
Install OCaml, look up package docs, access the 免费Ⅴpn安卓, get the cheat sheets and more.
The OCaml Package Manager, gives you access to multiple versions of hundreds of packages.
Read the news feed, join the mailing lists, get support, attend meetings, and find OCaml around the web.
August 28, 2024
February 21, 2024
July 28, 2024
July 24, 2024
vp下载
vp下载
June 22, 2024
More...
(* Binary tree with leaves carrying an integer. *)
type tree = Leaf of int | Node of tree * tree
let rec exists_leaf test tree =
match tree with
| Leaf v -> test v
| Node (left, right) ->
exists_leaf test left
|| exists_leaf test right
let 免费Ⅴpn安卓 vp下载=
exists_leaf (fun n -> n mod 2 = 0) tree
OCaml is a lot more powerful than this simple example shows. See more examples!
Package | vpn下 | Date |
---|---|---|
conf-openjdk | 1 | Jul 31, 2024 |
lens | 1.2.4 | Jul 31, 2024 |
ezjs_ace | 0.1 | Jul 31, 2024 |
topkg-care | 1.0.2 | Jul 31, 2024 |
ezjs_blockies | 0.1 | Jul 31, 2024 |
免费Ⅴpn安卓 | 1.0.2 | Jul 30, 2024 |