-
Alt Shift Win
- Rotterdam
- https://altshift.win
- https://keybase.io/avaq
Pinned Loading
-
fluture-js/Fluture
fluture-js/Fluture Public🦋 Fantasy Land compliant (monadic) alternative to Promises
-
sanctuary-js/sanctuary
sanctuary-js/sanctuary Public🙈 Refuge from unsafe JavaScript
-
fantasyland/fantasy-land
fantasyland/fantasy-land PublicSpecification for interoperability of common algebraic structures in JavaScript
-
-
Common combinators in JavaScript
Common combinators in JavaScript 1const I = x => x
2const K = x => y => x
3const A = f => x => f (x)
4const T = x => f => f (x)
5const W = f => x => f (x) (x)
-
23 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Loading
Contribution activity
April 2025
Created an issue in Effect-TS/effect that received 1 comment
Failure to generate JSONSchema from partial Struct with index signature
What version of Effect is running? 3.14.5 What steps can reproduce the bug? import { JSONSchema, Schema } from 'effect'; JSONSchema.make( Schema.pa…
1
comment