fp-tsのIdentityモナドにおける処理結果を変数束縛(bind,bindTo)するデモ https://codesandbox.io/p/sandbox/beautiful-minsky-c998fx?file=%2Fsrc%2Findex.ts%3A1%2C1
Promiseなタスクをカテゴリカルにグループ化してバッチ処理するデモ デモでは4つに機械的に分けてます https://codesandbox.io/p/sandbox/beautiful-colden-kfm7j6?file=/src/index.ts:40,1
fp-tsのflow,pipe,chain,flapを使ったデモ https://codesandbox.io/p/sandbox/modern-architecture-5gz6zx?file=/src/index.ts:1,1
fp-tsを使ったFail First ResultとSummary Resultをデザインするデモ https://codesandbox.io/p/sandbox/fail-first-resulttosummary-resultnodemo-wr9qv6?file=/src/index.ts:1,1
関数のリフティングで調べたこと デモコード https://codesandbox.io/p/sandbox/epic-mahavira-5qcqxf 参考 https://stackoverflow.com/a/43596202/15972569 https://gcanti.github.io/fp-ts/modules/Apply.ts.html#apply-overview
fp-tsライブラリから提供されているevolve関数のデモ https://codesandbox.io/p/sandbox/goofy-brook-520tz3?file=%2FREADME.md