Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seungyongshim/poc-free-monad-fsharp


https://github.com/seungyongshim/poc-free-monad-fsharp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

![CI](../../workflows/CI/badge.svg) ![Cov](../gh-pages/docs/badge_linecoverage.svg)

* https://blog.ploeh.dk/2017/08/07/f-free-monad-recipe/
* OOP로 생각하지 말자.
* 인터페이스를 구별된 공용 구조체(discriminated union)로 선언한다.
* 공용 구조체에 제네릭 타입을 추가한다.