Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seungyongshim/poc-free-monad-fsharp
https://github.com/seungyongshim/poc-free-monad-fsharp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/seungyongshim/poc-free-monad-fsharp
- Owner: seungyongshim
- License: gpl-3.0
- Created: 2022-05-28T06:00:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T21:01:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T03:51:48.561Z (9 months ago)
- Language: F#
- Size: 70.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)로 선언한다.
* 공용 구조체에 제네릭 타입을 추가한다.