JSPM

fp-ts

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2884166
  • Score
    100M100P100Q199030F
  • License MIT

Functional programming in TypeScript

Package Exports

  • fp-ts
  • fp-ts/lib/Applicative
  • fp-ts/lib/Apply
  • fp-ts/lib/Chain
  • fp-ts/lib/ChainRec
  • fp-ts/lib/Const
  • fp-ts/lib/Contravariant
  • fp-ts/lib/Either
  • fp-ts/lib/Either.js
  • fp-ts/lib/Extend
  • fp-ts/lib/Foldable
  • fp-ts/lib/Functor
  • fp-ts/lib/IO
  • fp-ts/lib/Identity
  • fp-ts/lib/Monoid
  • fp-ts/lib/Option
  • fp-ts/lib/Option.js
  • fp-ts/lib/Ord
  • fp-ts/lib/Ordering
  • fp-ts/lib/Reader
  • fp-ts/lib/Semigroup
  • fp-ts/lib/Setoid
  • fp-ts/lib/State
  • fp-ts/lib/Traversable
  • fp-ts/lib/Validation
  • fp-ts/lib/Writer
  • fp-ts/lib/function

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fp-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

A (weird) mix of

The idea (faking higher kinded types in TypeScript) is based on the paper Lightweight higher-kinded polymorphism, elm-brands and flow-static-land.

License

The MIT License (MIT)