https://github.com/yuchiki/monad
Monads written in C#
https://github.com/yuchiki/monad
csharp monad sample
Last synced: over 1 year ago
JSON representation
Monads written in C#
- Host: GitHub
- URL: https://github.com/yuchiki/monad
- Owner: yuchiki
- Created: 2018-12-15T05:26:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T11:17:11.000Z (over 7 years ago)
- Last Synced: 2025-02-13T12:18:43.322Z (over 1 year ago)
- Topics: csharp, monad, sample
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monad
Monads written in C#
This project includes monad classes, and Main for sample usages.
I read this slide as reference: [C#でわかる こわくないMonad](https://www.slideshare.net/kekyo/cm-76399518)