fp-ts

title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

Sources:

  • **

fp-ts is a library for typed functional programming in TypeScript.

fp-ts aims to allow developers to use popular patterns and abstractions that are available in most functional languages. For this, it includes the most popular data types, type classes and abstractions such as OptionEitherIOTaskFunctorApplicativeMonad to empower users to write pure FP apps and libraries built atop higher order abstractions.

A distinctive feature of fp-ts with respect to other functional libraries is its implementation of Higher Kinded Types, which TypeScript doesn’t support natively.


Appendix

Note created on 2024-04-15 and last modified on 2024-04-15.

LIST FROM [[Tool - fp-ts]] AND -"CHANGELOG" AND -"04-RESOURCES/Tools/Tool - fp-ts"

(c) No Clocks, LLC | 2024