TCH MO Monica [Functional Programming] Introduction to FP(TypeScript & fp-ts):Functional error handling 本文用 Option / Either 示範函數式錯誤處理:把「可能失敗 / 可能缺值」直接型別化,並用 fp-ts 的 combinator(以 Eq 為例)把重複的分支與比較邏輯抽掉,讓流程更可組合。