Skip to content
View Avaq's full-sized avatar

Sponsors

@davidchambers

Organizations

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

Block or report Avaq

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 371

  4. NixOS/nixpkgs NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 15.9k 12.5k

  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