fp-ts

WebJar for fp-ts

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fp-ts
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

fp-ts
WebJar for fp-ts
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gcanti/fp-ts

Download fp-ts

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/fp-ts/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fp-ts</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fp-ts/
implementation 'org.webjars.npm:fp-ts:0.6.2'
// https://jarcasting.com/artifacts/org.webjars.npm/fp-ts/
implementation ("org.webjars.npm:fp-ts:0.6.2")
'org.webjars.npm:fp-ts:jar:0.6.2'
<dependency org="org.webjars.npm" name="fp-ts" rev="0.6.2">
  <artifact name="fp-ts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fp-ts', version='0.6.2')
)
libraryDependencies += "org.webjars.npm" % "fp-ts" % "0.6.2"
[org.webjars.npm/fp-ts "0.6.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Functional programming in TypeScript

build status dependency status npm downloads

Typed functional programming in TypeScript

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 Option, Either, IO, Task, Functor, Applicative, Monad 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.

Inspired by

Table of contents

Installation

To install the stable version:

npm install fp-ts

Make sure to always have a single version of fp-ts installed in your project. Multiple versions are known to cause tsc to hang during compilation. You can check the versions currently installed using npm ls fp-ts (make sure there's a single version and all the others are marked as deduped).

TypeScript compatibility

Strictness – This library is conceived, tested and is supposed to be consumed by TypeScript with the strict flag turned on.

fp-ts version required typescript version
2.0.x+ 3.5+
1.15.x+ 3.1+
<= 1.14.4 2.8+ (*)

(*) If you are running < [email protected] you have to polyfill the unknown type. You can use unknown-ts as a polyfill.

Documentation

Disclaimer. Teaching functional programming is out of scope of this project, so the documentation assumes you already know what FP is.

Development

License

The MIT License (MIT)

Versions

Version
0.6.2