Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
monads
crell
php
Sunday, February 2, 2020 7:29 PM
Type matching in PHP
One of the nice features of Rust is the match keyword. match is similar to switch, but with two key differences: It requires an exhaustive match, that is, every possible value must be accounted for or
$ 0.128
9
damii
haskell
Sunday, April 1, 2018 8:54 PM
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
Wednesday, March 14, 2018 9:37 AM
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.
$ 0.311
6
woz.software
programming
Wednesday, March 14, 2018 7:24 AM
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
$ 0.306
3
vimukthi
cryptocurrency
Monday, August 11, 2025 7:42 PM
Promoted
My Research on The Beginning of Altseason and What I Invested In
Altseason is finally upon us and it is the time to onboard as many users + investors as possible. I wish to see ourselves out of the 4 year market cycles we are going through. At the very least I want
$ 7.882
197
4
1
woz.software
programming
Tuesday, March 13, 2018 9:26 AM
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
$ 0.056
3
1
woz.software
programming
Sunday, March 11, 2018 7:06 AM
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
$ 0.401
2
1
sayan
monads
Friday, May 19, 2017 5:58 PM
Наш мир лучший из возможных
Великий немецкий философ и математик Лейбниц как то высказался, что наш мир - наилучший из всех возможных миров. Каково бы ни было состояние мира, оно всегда является результатом действий всех людей,
$ 0.173
3
otaviomacedo
programming
Wednesday, August 24, 2016 4:18 PM
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
$ 0.000
1
2
Top communities
Create decentralized community