Brandon Blaylock
Brandon Blaylock
So, a direct port of parser-ts would implement a [stream parser](https://github.com/gcanti/parser-ts/blob/master/src/Stream.ts) which is likely a pretty performant path to take but I don't really know much about parsers. I'd like...
Do notation Implementation for monad.ts? - [ ] Add file block comment at top of file describing the adt/structure. - [ ] Check for any missing combinators/derivations that could be...
Generally those issues come up in any function that can remap the left hand side of an ADT extending Either. My thought was to simply update the base exported functions...
This will be done alongside #4 and wrapped in a nix flake.
My initial feeling is to be against a magical lifting into promise. But seeing as this will only apply to the Task, TaskEither, and Affect ADTs I think it might...
@pixeleet It seems like your implementation has a type error. For a `fasr` argument of `() => Promise.resolve(1)` the return type is `() => Task`. This can be solved with...
> Regarding Affect. > > Was wondering if we're supposed to execute it straight up on receiving `Ctx` or would it make sense to be more like `RTE` and actually...
@baoshan After a little searching I did find links to the raw files. There are two issues with these links, however. 1. They are not easy to reference via code....
@baoshan My reasons for moving off of GitHub are varied, but I don't think they are controversial. In no specific order they are: 1. Reliability. In a previous life I...
Fixed in #154