Monad

Why Trust Techopedia

What Does Monad Mean?

A monad is an abstract data type constructor that used to represent computations in functional programming. Monads allow application developers to chain actions together to build a pipeline. The monad assigns additional processing rules to each action in the program.

Advertisements

Techopedia Explains Monad

Monadic functions are usually created by a programmer to define a data-processing pipeline, but novice programmers tend to find them very difficult to understand.

A monad is created by defining two operations (“bind” and “return”) and a type constructor (“M”). The “return” operation takes a value from a plain type and puts it into a type “M” monadic container. Then, the “bind” operation does the opposite byt extracting the original value from the container and passing it to the associated next function in the pipeline.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…