Brandon Blaylock
Brandon Blaylock
Revisit after kind variance ticket
For now I think this might remain as a type and a refinement in array.ts
I no longer have the time to work on this particular feature. Thus, I think it would better live external to fun.
Closing this since it's an enhancement in deno.
Implemented in 2.0.0
In #37 I outlined the reasons I have for continuing to version manually.
We have a dnt script in the scripts directory. However, I've had some type issues when trying it out, so I'm not in on a deno alias for it. Additionally,...
Version 2.0 is out!
@pmartin-cogility Was perhaps a little right. Fossil was great to use by myself but made consuming PRs and branches from contributors problematic. I've since switched back to git but use...
For `Either` and `Option` the `tryCatch` function takes a synchronous thunk. Rather than change that arbitrarily for `TaskEither` as fp-ts does I opted to make the interface less surprising. Thus...