Giulio Canti

Results 413 comments of Giulio Canti

@thewilkybarkid I tried adding your tests locally and they seems to work with ```ts export function local(f: (r: R) => R): (ma: Reader) => Reader export function local(f: (r2: R2)...

Good catch. However ```ts export function local(f: (r2: R2) => R1): (ma: Reader) => Reader export function local(f: (r2: R2) => R1): (ma: Reader) => Reader export function local(f: (r2:...

as opposed to `typedoc`, `docs-ts` is not a general purpose documentation tool, see the disclaimer in the README

Thanks @Punie but I agree with > it is easily written as `getOrElse(() => m.empty)` Going to close

Adding (and allowing) non strictly technical material was a mistake, my mistake, I'm sorry. Non technical documentation is always opinionated, I don't want to get involved in editorial work nor...

@Lonli-Lokli there's https://fpchat-invite.herokuapp.com/ one of the channels is #typescript (another is #fp-ts)

Thank you @thewilkybarkid, I'll revert this change as is causing a regression (might be rescheduled for 2.14)

Reopening because the fix causes a regression (https://github.com/gcanti/fp-ts/pull/1584#issuecomment-1252053927)