Skip to content
View Avaq's full-sized avatar

Sponsors

@davidchambers

Organizations

@NixOS @sanctuary-js @fluture-js
Block or Report

Block or report Avaq

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fluture-js/Fluture fluture-js/Fluture Public

    🦋 Fantasy Land compliant (monadic) alternative to Promises

    JavaScript 2.5k 84

  2. sanctuary-js/sanctuary sanctuary-js/sanctuary Public

    🙈 Refuge from unsafe JavaScript

    JavaScript 3k 94

  3. fantasyland/fantasy-land fantasyland/fantasy-land Public

    Specification for interoperability of common algebraic structures in JavaScript

    JavaScript 10k 372

  4. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 16.7k 13.1k

  5. Common combinators in JavaScript Common combinators in JavaScript
    1
    const I  = x => x
    2
    const K  = x => y => x
    3
    const A  = f => x => f (x)
    4
    const T  = x => f => f (x)
    5
    const W  = f => x => f (x) (x)
  6. fp-ts-bootstrap fp-ts-bootstrap Public

    🏗 Service orchestration made functional

    TypeScript 4