Book Image

Learning Functional Programming with F#

By : Onur Gumus
Book Image

Learning Functional Programming with F#

By: Onur Gumus

Overview of this book

In today’s world fully functional web applications are a key requirement and a necessity. We can have a run through developing web applications that includes server-side as well as the client-side programming using Fable, F# to JavaScript compiler. We will focus on the .NET Core platform so that your application will work in a cross-platform manner. The code files and all related files are uploaded on the GitHub repository at https://github.com/PacktPublishing/Learning-Functional-Programming-with-F-
Table of Contents (5 chapters)
Chapter 5
Advanced Functional Programming with F#
Content Locked
Section 4
Monads and Computation Expressions
In this video, we will learn about the M word and its corresponding application via computation expressions. - Learn how bind and return makes up monads - Learn how we create and use computation expressions - Learn about Maybe monad and how it short circuits on error