Explore >> Select a destination


You are here

bartoszmilewski.com
| | blog.shaynefletcher.org
3.7 parsecs away

Travel
| | More type classes in OCaml More type classes Author: Joel Björnson About the author: Joel has been enjoying functional programming ...
| | cronokirby.com
3.5 parsecs away

Travel
| | Exploring 3 different ways of encoding the natural numbers - Read more: https://cronokirby.com/posts/2020/08/encoding-the-naturals/
| | justinhj.github.io
4.3 parsecs away

Travel
| | What's ZIO PreludeRecently, ZIO creators, John De Goes and Adam Fraser, presented theirlatest functional programming library to the world. ZIO Prelude,hereaf...
| | www.baturin.org
19.1 parsecs away

Travel
| [AI summary] The text provides an in-depth exploration of functional programming concepts in OCaml, focusing on type systems, pattern matching, and data structures. It covers topics such as unit and boolean values as sum types, polymorphic types like option and result, and the use of match expressions for pattern matching. The text also includes exercises for practicing these concepts, such as defining functions, writing sum types, and implementing pattern matching.