Paulo R. Maurici Jr.
Results
3
issues of
Paulo R. Maurici Jr.
According to the Fantasyland spec, `v.ap(u.ap(a.map(f => g => x => f(g(x)))))` must be equivalent to `v.ap(u).ap(a)` [https://github.com/fantasyland/fantasy-land#apply](url) . I am using fantasy-io.js and trying to run the following tests:...
The `traverse` implementation of CatQueue iterates through every element twice. Is this intended? https://github.com/purescript/purescript-catenable-lists/blob/09abe1f4888bc00841ad2b59e56a9e7ce7ebd4ab/src/Data/CatQueue.purs#L166-L168