Avaq
-
Alt Shift Win
- Rotterdam
- https://altshift.win
- https://keybase.io/avaq
Block or report Avaq
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
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 Public
Specification for interoperability of common algebraic structures in JavaScript
-
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)





