Skip to content
View Avaq's full-sized avatar

Sponsors

@davidchambers

Organizations

@NixOS @sanctuary-js @fluture-js

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 Loading

  1. fluture-js/Fluture Public

    🦋 Fantasy Land compliant (monadic) alternative to Promises

    JavaScript 2.5k 84

  2. sanctuary-js/sanctuary Public

    🙈 Refuge from unsafe JavaScript

    JavaScript 3.1k 95

  3. fantasyland/fantasy-land Public

    Specification for interoperability of common algebraic structures in JavaScript

    JavaScript 10.2k 377

  4. NixOS/nixpkgs Public

    Nix Packages collection & NixOS

    Nix 19.8k 15.3k

  5. 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 Public

    🏗 Service orchestration made functional

    TypeScript 5