Login
Discover
Waves
Communities
Login
Signup
Topics
#monads
Global
Trending
Hot
New
Top
#monads
New
Top communities
Create your community
latest #monads created topics | Ecency
crell
php
7y
Type matching in PHP
Moved to
$ 0.128
9
damii
haskell
8y
!
Low reputation account with an unverified outbound link, Reveal content
Monadic Parsing in Haskell
Just running piece of code.. I had some problems with code from Erik Meijer and Graham Hutton publication from this pdf: Older version of this parser example was used by Erik Meijer in video "C9
$ 0.000
0
woz.software
programming
8y
Lets build a maybe library in C# - Maybe extensions
I thought I would add a couple of extensions to the Maybe monad to show how using monadic patterns can spread through your code when you start to use them and that is a good thing as they carry much power.
woz.software
programming
8y
Lets build a monad library - Using Maybe and some extra thoughts
In the last part I created a Maybe monad for C#, a type that allows you to indicate a lack of a value. I pointed out it is like Nullable but better. If you missed the story so far: Introduction Maybe Looking
asterkame
OnChainArt
4d
Published via Ecency
Promoted
Red Pomegranates and Green Leaves Watercolor Painting
Hello Everyone! I drew this picture yesterday. I drew pomegranates and leaves, and also a pomegranate cut in half in this picture. I drew this picture with watercolor. In the first step, I drew the picture
woz.software
programming
8y
Lets build a monad library in C# - Maybe
Apart from the Identity monad, the Maybe monad is probably the easiest to understand so I will start there. In C# think Nullable but able to wrap reference types as well as reference types. I will also
woz.software
programming
8y
Lets build a monad library for C# - Introduction
I have done various C# pieces on monads and how C# LINQ is a monad engine. Thought I would put my money where my mouth is and build a monad library and explain the design decisions as I go. In case you
sayan
monads
9y
Наш мир лучший из возможных
Великий немецкий философ и математик Лейбниц как то высказался, что наш мир - наилучший из всех возможных миров. Каково бы ни было состояние мира, оно всегда является результатом действий всех людей,
otaviomacedo
programming
10y
!
Low reputation account with an unverified outbound link, Reveal content
Nested types and function composition
In Scala and other typed functional languages – notably Haskell – monads are structures that allow the programmer to take a sequence of computations, each defined for a certain context, and chain them