OCaml
Desktop Software
Media
Description
(* 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 has_even_leaf tree = exists_leaf (fun n -> n mod 2 = 0) tree. OCaml is a lot more powerful than this simple ...About This SiteAbout This Site. Aims. OCaml.org is a community driven website ...OPAMThe homepage of OPAM, a package manager for OCaml.More results from ocaml.org » Read moreless
Platforms
Links
Alternatives to OCaml
Suggest an Alternative
Missing a software in the list? We are always happy if you help us making our site even better.
OCaml Reviews
We have no reviews for OCaml.
Screenshots
OCaml Videos
Youtube Video: Uncommon Languages: OCaml
First of all! If you have questions or comments you'd like me to respond to, send them here for an upcoming Q&A video. I try to answer everyone. goo.gl/B1kc0X This is a potentially new series...
Disclaimer: This video was not made by us, but we found it interesting enough to embed it here.
Comments
Commenting on this article is disabled right now.
About This Article
This page was composed by Alternative.me and published by Alternative.me. It was created at 2018-04-29 21:23:06 and last edited by Alternative.me at 2020-03-06 07:50:39. This page has been viewed 2556 times.
Did you like this article about OCaml? Please rate it!
3 of 4 liked this article. This is equivalent to a star rating of 3.75 / 5.