Skip to content
View tgrecojs's full-sized avatar
🤠
🤠

Block or report tgrecojs

Report abuse

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

Report abuse

Pinned Loading

  1. hardened-nextjs hardened-nextjs Public

    starting point for developing a next.js application using hardened js

    JavaScript 3

  2. zoe-assertions-with-either-type.js zoe-assertions-with-either-type.js
    1
    const Either = (() => {
    2
      const Right = x => ({
    3
        chain: f => f(x),
    4
        ap: other => other.map(x),
    5
        alt: other => Right(x),
  3. hindley-milner-systems/dapp-ertp-airdrop hindley-milner-systems/dapp-ertp-airdrop Public

    JavaScript 3

  4. fli-calculator fli-calculator Public

    JavaScript 1