https://github.com/seungyongshim/poc-free-monad-fsharp
https://github.com/seungyongshim/poc-free-monad-fsharp
Last synced: 7 months 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T21:01:35.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:46:49.450Z (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
 
* https://blog.ploeh.dk/2017/08/07/f-free-monad-recipe/
* OOP로 생각하지 말자.
* 인터페이스를 구별된 공용 구조체(discriminated union)로 선언한다.
* 공용 구조체에 제네릭 타입을 추가한다.