Dan Fey

Results 2 issues of Dan Fey

## 🐛 Bug report The following code improperly raises a type error: ```Typescript const func1 = (i: {arg1: string}) => TE.right('result1') const func2 = (i: {arg2: string, result1: string}) =>...

…han get rewritten by the function passed in Fixes https://github.com/gcanti/fp-ts/issues/1583 The following code improperly raises a type error: ```Typescript const func1 = (i: {arg1: string}) => TE.right('result1') const func2 =...