#monadsUnmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSteem POD TeamSTEEM CN/中文Steem AllianceAVLE 일상WORLD OF XPILARBeauty of CreativityUkraine on SteemExplore Communities...#monadsTrendingHotNewPayoutsMutedcrell (53)in #php • 5 years agoType matching in PHPOne of the nice features of Rust is the match keyword. match is similar to switch , but with two key…damii (25)in #haskell • 7 years agoMonadic Parsing in HaskellJust running piece of code.. I had some problems with code from Erik Meijer and Graham Hutton publication from this…woz.software (55)in #programming • 7 years agoLets build a maybe library in C# - Maybe extensionsI thought I would add a couple of extensions to the Maybe monad to show how using monadic patterns can spread through…woz.software (55)in #programming • 7 years agoLets build a monad library - Using Maybe and some extra thoughtsIn 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…woz.software (55)in #programming • 7 years agoLets build a monad library in C# - MaybeApart from the Identity monad, the Maybe monad is probably the easiest to understand so I will start there. In C#…woz.software (55)in #programming • 7 years agoLets build a monad library for C# - IntroductionI have done various C# pieces on monads and how C# LINQ is a monad engine. Thought I would put my money where my mouth…sayan (42)in #monads • 8 years agoНаш мир лучший из возможныхВеликий немецкий философ и математик Лейбниц как то высказался, что наш мир - наилучший из всех возможных миров.…otaviomacedo (25)in #programming • 9 years agoNested types and function compositionIn Scala and other typed functional languages – notably Haskell – monads are structures that allow the programmer to…